Lines Matching refs:regulatorVoltRegAddr

715     uint8_t regulatorVoltRegAddr;  in PF3000_SetRegulatorOutputVoltage()  local
737 regulatorVoltRegAddr = switchVoltRegTab[module][status]; in PF3000_SetRegulatorOutputVoltage()
744 regulatorVoltRegAddr = switchVoltRegTab[module][status]; in PF3000_SetRegulatorOutputVoltage()
751 regulatorVoltRegAddr = switchVoltRegTab[module][status]; in PF3000_SetRegulatorOutputVoltage()
758 regulatorVoltRegAddr = PF3000_SWBST_CTRL; in PF3000_SetRegulatorOutputVoltage()
768 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_SetRegulatorOutputVoltage()
775 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_SetRegulatorOutputVoltage()
782 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_SetRegulatorOutputVoltage()
788 regulatorVoltRegAddr = 0x00U; in PF3000_SetRegulatorOutputVoltage()
794 PF3000_ModifyReg(handle, regulatorVoltRegAddr, regulatorVoltRegMask, regulatorVoltRegContent); in PF3000_SetRegulatorOutputVoltage()
801 uint8_t regulatorVoltRegAddr; in PF3000_GetRegulatorOutputVoltage() local
821 regulatorVoltRegAddr = switchVoltRegTab[module][status]; in PF3000_GetRegulatorOutputVoltage()
827 regulatorVoltRegAddr = switchVoltRegTab[module][status]; in PF3000_GetRegulatorOutputVoltage()
833 regulatorVoltRegAddr = switchVoltRegTab[module][status]; in PF3000_GetRegulatorOutputVoltage()
839 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_GetRegulatorOutputVoltage()
848 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_GetRegulatorOutputVoltage()
854 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_GetRegulatorOutputVoltage()
860 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_GetRegulatorOutputVoltage()
866 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_GetRegulatorOutputVoltage()
871 regulatorVoltRegAddr = 0x00U; in PF3000_GetRegulatorOutputVoltage()
877 PF3000_ReadReg(handle, regulatorVoltRegAddr, &regulatorVoltRegContent); in PF3000_GetRegulatorOutputVoltage()