Home
last modified time | relevance | path

Searched refs:writeReg (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-proc-control/procedures/p9/
H A Dstart_host.cpp47 writeReg(master, P9_LL_MODE_REG, 0x00000001); in startHost()
58 writeReg(master, P9_FSI_A_SI1S, 0x20000000); in startHost()
61 writeReg(master, P9_FSI2PIB_TRUE_MASK, 0x60000000); in startHost()
64 writeReg(master, P9_FSI2PIB_INTERRUPT, 0xFFFFFFFF); in startHost()
H A Dstart_host_mpreboot.cpp53 writeReg(master, P9_LL_MODE_REG, 0x00000001); in startHostMpReboot()
64 writeReg(master, P9_FSI_A_SI1S, 0x20000000); in startHostMpReboot()
67 writeReg(master, P9_FSI2PIB_TRUE_MASK, 0x60000000); in startHostMpReboot()
70 writeReg(master, P9_FSI2PIB_INTERRUPT, 0xFFFFFFFF); in startHostMpReboot()
H A Dcleanup_pcie.cpp52 writeReg(target, P9_ROOT_CTRL1_CLEAR, 0x00001C00); in cleanupPcie()
/openbmc/openpower-proc-control/
H A Dcfam_access.cpp51 void writeReg(const std::unique_ptr<Target>& target, cfam_address_t address, in writeReg() function
125 writeReg(target, address, readData); in writeRegWithMask()
H A Dcfam_access.hpp27 void writeReg(const std::unique_ptr<openpower::targeting::Target>& target,