Lines Matching refs:regulatorVoltRegAddr

734     uint8_t regulatorVoltRegAddr;  in PF1550_SetRegulatorOutputVoltage()  local
746 regulatorVoltRegAddr = regulatorVoltRegTab[module]; in PF1550_SetRegulatorOutputVoltage()
754 (void)PF1550_WriteReg(handle, regulatorVoltRegAddr, regulatorVoltRegContent); in PF1550_SetRegulatorOutputVoltage()
761 (void)PF1550_WriteReg(handle, regulatorVoltRegAddr, regulatorVoltRegContent); in PF1550_SetRegulatorOutputVoltage()
765 … (void)PF1550_WriteReg(handle, regulatorVoltRegAddr + (PF1550_SW1_STBY_VOLT - PF1550_SW1_VOLT), in PF1550_SetRegulatorOutputVoltage()
770 … (void)PF1550_WriteReg(handle, regulatorVoltRegAddr + (PF1550_SW1_SLP_VOLT - PF1550_SW1_VOLT), in PF1550_SetRegulatorOutputVoltage()
775 (void)PF1550_WriteReg(handle, regulatorVoltRegAddr, regulatorVoltRegContent); in PF1550_SetRegulatorOutputVoltage()
776 … (void)PF1550_WriteReg(handle, regulatorVoltRegAddr + (PF1550_SW1_STBY_VOLT - PF1550_SW1_VOLT), in PF1550_SetRegulatorOutputVoltage()
778 … (void)PF1550_WriteReg(handle, regulatorVoltRegAddr + (PF1550_SW1_SLP_VOLT - PF1550_SW1_VOLT), in PF1550_SetRegulatorOutputVoltage()
794 uint8_t regulatorVoltRegAddr; in PF1550_GetRegulatorOutputVoltage() local
810 regulatorVoltRegAddr = regulatorVoltRegTab[module]; in PF1550_GetRegulatorOutputVoltage()
811 (void)PF1550_ReadReg(handle, regulatorVoltRegAddr, &regulatorVoltRegContent); in PF1550_GetRegulatorOutputVoltage()
820 regulatorVoltRegAddr = regulatorVoltRegTab[module]; in PF1550_GetRegulatorOutputVoltage()
824 (void)PF1550_ReadReg(handle, regulatorVoltRegAddr, &regulatorVoltRegContent); in PF1550_GetRegulatorOutputVoltage()
829 … (void)PF1550_ReadReg(handle, regulatorVoltRegAddr + (PF1550_SW1_STBY_VOLT - PF1550_SW1_VOLT), in PF1550_GetRegulatorOutputVoltage()
835 … (void)PF1550_ReadReg(handle, regulatorVoltRegAddr + (PF1550_SW1_SLP_VOLT - PF1550_SW1_VOLT), in PF1550_GetRegulatorOutputVoltage()