Home
last modified time | relevance | path

Searched refs:buildByteVector (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmp297x.cpp107 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in checkId()
114 tbuf = buildByteVector(idCmd); in checkId()
144 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in isPasswordUnlock()
151 tbuf = buildByteVector(PMBusCmd::statusCML); in isPasswordUnlock()
178 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page1); in unlockWriteProtect()
185 tbuf = buildByteVector(MP297XCmd::writeProtectMode); in unlockWriteProtect()
196 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in unlockWriteProtect()
203 tbuf = buildByteVector(PMBusCmd::writeProtect, unlockData); in unlockWriteProtect()
239 tbuf = buildByteVector(PMBusCmd::page, page); in programPageRegisters()
299 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in storeDataIntoMTP()
[all …]
H A Dmpx9xx.cpp148 tbuf = buildByteVector(PMBusCmd::page, page); in checkId()
155 tbuf = buildByteVector(idCmd); in checkId()
182 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in unlockWriteProtect()
189 tbuf = buildByteVector(PMBusCmd::writeProtect, unlockWriteProtectData); in unlockWriteProtect()
210 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page2); in disableStoreFaultTriggering()
217 tbuf = buildByteVector(MPX9XXCmd::mfrDebug); in disableStoreFaultTriggering()
226 tbuf = buildByteVector(MPX9XXCmd::mfrDebug, data); in disableStoreFaultTriggering()
235 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page7); in disableStoreFaultTriggering()
242 tbuf = buildByteVector(MPX9XXCmd::storeFaultTrigger, in disableStoreFaultTriggering()
277 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page2); in setMultiConfigAddress()
[all …]
H A Dmp5998.cpp89 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in checkId()
113 tbuf = buildByteVector(idCmd); in checkId()
150 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in unlockPasswordProtection()
157 tbuf = buildByteVector(MP5998Cmd::passwordReg, passwordData); in unlockPasswordProtection()
164 tbuf = buildByteVector(PMBusCmd::statusCML); in unlockPasswordProtection()
182 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in unlockWriteProtection()
189 tbuf = buildByteVector(PMBusCmd::writeProtect, unlockData); in unlockWriteProtection()
209 buildByteVector(PMBusCmd::page, regData.page); in programAllRegisters()
246 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in storeMTP()
253 tbuf = buildByteVector(PMBusCmd::storeUserCode); in storeMTP()
[all …]
H A Dmp2x6xx.cpp128 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in checkId()
162 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in unlockWriteProtect()
169 tbuf = buildByteVector(PMBusCmd::writeProtect, disableWriteProtect); in unlockWriteProtect()
177 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page1); in unlockWriteProtect()
185 buildByteVector(MP2X6XXCmd::mfrMTPMemoryCtrl, disablePage2WriteProtect); in unlockWriteProtect()
193 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page3); in unlockWriteProtect()
200 tbuf = buildByteVector(MP2X6XXCmd::mfrMTPMemoryCtrlPage3, in unlockWriteProtect()
222 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page2); in selectConfig()
233 tbuf = buildByteVector(MP2X6XXCmd::selectConfigCtrl, command); in selectConfig()
256 tbuf = buildByteVector(PMBusCmd::page, page); in programConfigData()
[all …]
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/tda38640a/
H A Dtda38640a.cpp72 tbuf = buildByteVector(TDA38640ACmd::userWrRemain); in getUserRemainingWrites()
91 tbuf = buildByteVector(TDA38640ACmd::pageReg, page); in setPage()
111 tbuf = buildByteVector(TDA38640ACmd::revisionReg); in getDeviceRevision()
137 tbuf = buildByteVector(TDA38640ACmd::crcLowReg); in getCRC()
147 tbuf = buildByteVector(TDA38640ACmd::crcHighReg); in getCRC()
240 tbuf = buildByteVector(TDA38640ACmd::unlockRegsReg, in unlockDevice()
261 tbuf = buildByteVector(TDA38640ACmd::progCmdHighReg, in programmingCmd()
269 tbuf = buildByteVector(TDA38640ACmd::progCmdLowReg, in programmingCmd()
284 tbuf = buildByteVector(TDA38640ACmd::progCmdHighReg); in getProgStatus()
336 tbuf = buildByteVector(address, configuration.data[i][bias]); in program()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dutils.hpp73 std::vector<uint8_t> buildByteVector(Args&&... args) in buildByteVector() function