Lines Matching refs:vrefHigh

2607   uint32_t vrefHigh = 0;  in lpGetDevinfoVrefLowHigh()  local
2615 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL2_3V0LPATT1LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2623 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL2_3V0LPATT1LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2631 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL3_3V0LPATT1LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
2639 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL3_3V0LPATT1LPCMPBIAS3_MASK) in lpGetDevinfoVrefLowHigh()
2647 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL0_1V8LPATT0LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2655 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL0_1V8LPATT0LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2663 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL1_1V8LPATT0LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
2671 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL1_1V8LPATT0LPCMPBIAS3_MASK) in lpGetDevinfoVrefLowHigh()
2682 *vrefH = vrefHigh; in lpGetDevinfoVrefLowHigh()
3062 uint32_t vrefHigh[DCDC_TRIM_MODES] = { 0 }; in EMU_DCDCOutputVoltageSet() local
3093 vrefHigh[dcdcTrimMode_LN] = (vrefLow[dcdcTrimMode_LN] & _DEVINFO_DCDCLNVCTRL0_3V0LNATT1_MASK) in EMU_DCDCOutputVoltageSet()
3099 vrefHigh[dcdcTrimMode_LN] = (vrefLow[dcdcTrimMode_LN] & _DEVINFO_DCDCLNVCTRL0_1V8LNATT0_MASK) in EMU_DCDCOutputVoltageSet()
3110 &vrefHigh[dcdcTrimMode_EM234H_LP], in EMU_DCDCOutputVoltageSet()
3120 &vrefHigh[dcdcTrimMode_EM01_LP], in EMU_DCDCOutputVoltageSet()
3126 …vrefVal[dcdcTrimMode_LN] = ((mV - mVlow) * (vrefHigh[dcdcTrimMode_LN] - vrefLow[dcdcTrimMo… in EMU_DCDCOutputVoltageSet()
3130 …vrefVal[dcdcTrimMode_EM234H_LP] = ((mV - mVlow) * (vrefHigh[dcdcTrimMode_EM234H_LP] - vrefLow[dcd… in EMU_DCDCOutputVoltageSet()
3135 …vrefVal[dcdcTrimMode_EM01_LP] = ((mV - mVlow) * (vrefHigh[dcdcTrimMode_EM01_LP] - vrefLow[dcdcT… in EMU_DCDCOutputVoltageSet()
3141 if ((vrefVal[dcdcTrimMode_LN] > vrefHigh[dcdcTrimMode_LN]) in EMU_DCDCOutputVoltageSet()
3144 || (vrefVal[dcdcTrimMode_EM01_LP] > vrefHigh[dcdcTrimMode_EM01_LP]) in EMU_DCDCOutputVoltageSet()
3147 || (vrefVal[dcdcTrimMode_EM234H_LP] > vrefHigh[dcdcTrimMode_EM234H_LP]) in EMU_DCDCOutputVoltageSet()