summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/sfc_ast2400.H
diff options
context:
space:
mode:
authorManali Kumar <mkkumar@us.ibm.com>2015-09-24 18:52:00 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-12-08 10:24:35 -0600
commit1fbe5e7bf5042ee9e7353a169d13eec54c270f04 (patch)
tree3cb9fc58e569fa0d22f7f16a6d8b32900e9de2da /src/usr/pnor/sfc_ast2400.H
parentdee70f6f25fb4ed099942b1b3b0a340bd643ff06 (diff)
downloadtalos-hostboot-1fbe5e7bf5042ee9e7353a169d13eec54c270f04.tar.gz
talos-hostboot-1fbe5e7bf5042ee9e7353a169d13eec54c270f04.zip
superio driver to control accesss to SIO registers
The SuperIO driver makes accesses to the SIO chip from the console and pnor module thread safe. Change-Id: Ib07dea2867d14684806c56cd965b26c95810f7f3 RTC:115576 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20928 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/sfc_ast2400.H')
-rw-r--r--src/usr/pnor/sfc_ast2400.H44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/usr/pnor/sfc_ast2400.H b/src/usr/pnor/sfc_ast2400.H
index 79d18c1ba..28719425e 100644
--- a/src/usr/pnor/sfc_ast2400.H
+++ b/src/usr/pnor/sfc_ast2400.H
@@ -138,50 +138,6 @@ class SfcAST2400 : public SfcDD
};
/**
- * @brief Write a SPI Controller register
- *
- * @param[in] i_reg: Register to write
- * @param[in] i_data: Data to write
- *
- * @return Error from operation
- */
- errlHndl_t writeRegSPIC( SpicReg_t i_reg,
- uint32_t i_data );
-
- /**
- * @brief Write a SPI Controller register
- *
- * @param[in] i_reg: Register to write
- * @param[in] o_data: Data that was read
- *
- * @return Error from operation
- */
- errlHndl_t readRegSPIC( SpicReg_t i_reg,
- uint32_t& o_data );
-
- /**
- * @brief Write a single byte into a SIO register
- *
- * @param[in] i_reg: Register to write
- * @param[in] i_data: Data to write
- *
- * @return Error from operation
- */
- errlHndl_t writeRegSIO( uint8_t i_regAddr,
- uint8_t i_data );
-
- /**
- * @brief Read a single byte from a SIO register
- *
- * @param[in] i_reg: Register to read
- * @param[in] o_data: Data that was read
- *
- * @return Error from operation
- */
- errlHndl_t readRegSIO( uint8_t i_regAddr,
- uint8_t& o_data );
-
- /**
* @brief Enable write mode
*
* @return Error from operation
OpenPOWER on IntegriCloud