Lines Matching refs:buildByteVector
128 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()
317 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in storeUserCode()
324 tbuf = buildByteVector(PMBusCmd::storeUserCode); in storeUserCode()
350 tbuf = buildByteVector(PMBusCmd::page, MPSPage::page0); in getCRC()
357 tbuf = buildByteVector(MP2X6XXCmd::readCRCReg); in getCRC()