Lines Matching refs:vrefLow
2606 uint32_t vrefLow = 0; in lpGetDevinfoVrefLowHigh() local
2614 vrefLow = DEVINFO->DCDCLPVCTRL2; in lpGetDevinfoVrefLowHigh()
2615 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL2_3V0LPATT1LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2617 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL2_1V8LPATT1LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2622 vrefLow = DEVINFO->DCDCLPVCTRL2; in lpGetDevinfoVrefLowHigh()
2623 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL2_3V0LPATT1LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2625 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL2_1V8LPATT1LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2630 vrefLow = DEVINFO->DCDCLPVCTRL3; in lpGetDevinfoVrefLowHigh()
2631 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL3_3V0LPATT1LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
2633 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL3_1V8LPATT1LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
2638 vrefLow = DEVINFO->DCDCLPVCTRL3; in lpGetDevinfoVrefLowHigh()
2639 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL3_3V0LPATT1LPCMPBIAS3_MASK) in lpGetDevinfoVrefLowHigh()
2641 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL3_1V8LPATT1LPCMPBIAS3_MASK) in lpGetDevinfoVrefLowHigh()
2646 vrefLow = DEVINFO->DCDCLPVCTRL0; in lpGetDevinfoVrefLowHigh()
2647 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL0_1V8LPATT0LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2649 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL0_1V2LPATT0LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2654 vrefLow = DEVINFO->DCDCLPVCTRL0; in lpGetDevinfoVrefLowHigh()
2655 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL0_1V8LPATT0LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2657 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL0_1V2LPATT0LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2662 vrefLow = DEVINFO->DCDCLPVCTRL1; in lpGetDevinfoVrefLowHigh()
2663 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL1_1V8LPATT0LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
2665 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL1_1V2LPATT0LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
2670 vrefLow = DEVINFO->DCDCLPVCTRL1; in lpGetDevinfoVrefLowHigh()
2671 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL1_1V8LPATT0LPCMPBIAS3_MASK) in lpGetDevinfoVrefLowHigh()
2673 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL1_1V2LPATT0LPCMPBIAS3_MASK) in lpGetDevinfoVrefLowHigh()
2681 *vrefL = vrefLow; in lpGetDevinfoVrefLowHigh()
3061 uint32_t vrefLow[DCDC_TRIM_MODES] = { 0 }; in EMU_DCDCOutputVoltageSet() local
3092 vrefLow[dcdcTrimMode_LN] = DEVINFO->DCDCLNVCTRL0; in EMU_DCDCOutputVoltageSet()
3093 vrefHigh[dcdcTrimMode_LN] = (vrefLow[dcdcTrimMode_LN] & _DEVINFO_DCDCLNVCTRL0_3V0LNATT1_MASK) in EMU_DCDCOutputVoltageSet()
3095 vrefLow[dcdcTrimMode_LN] = (vrefLow[dcdcTrimMode_LN] & _DEVINFO_DCDCLNVCTRL0_1V8LNATT1_MASK) in EMU_DCDCOutputVoltageSet()
3098 vrefLow[dcdcTrimMode_LN] = DEVINFO->DCDCLNVCTRL0; in EMU_DCDCOutputVoltageSet()
3099 vrefHigh[dcdcTrimMode_LN] = (vrefLow[dcdcTrimMode_LN] & _DEVINFO_DCDCLNVCTRL0_1V8LNATT0_MASK) in EMU_DCDCOutputVoltageSet()
3101 vrefLow[dcdcTrimMode_LN] = (vrefLow[dcdcTrimMode_LN] & _DEVINFO_DCDCLNVCTRL0_1V2LNATT0_MASK) in EMU_DCDCOutputVoltageSet()
3109 lpGetDevinfoVrefLowHigh(&vrefLow[dcdcTrimMode_EM234H_LP], in EMU_DCDCOutputVoltageSet()
3119 lpGetDevinfoVrefLowHigh(&vrefLow[dcdcTrimMode_EM01_LP], in EMU_DCDCOutputVoltageSet()
3126 …vrefVal[dcdcTrimMode_LN] = ((mV - mVlow) * (vrefHigh[dcdcTrimMode_LN] - vrefLow[dcdcTrimMo… in EMU_DCDCOutputVoltageSet()
3128 vrefVal[dcdcTrimMode_LN] += vrefLow[dcdcTrimMode_LN]; in EMU_DCDCOutputVoltageSet()
3130 …vrefVal[dcdcTrimMode_EM234H_LP] = ((mV - mVlow) * (vrefHigh[dcdcTrimMode_EM234H_LP] - vrefLow[dcd… in EMU_DCDCOutputVoltageSet()
3132 vrefVal[dcdcTrimMode_EM234H_LP] += vrefLow[dcdcTrimMode_EM234H_LP]; in EMU_DCDCOutputVoltageSet()
3135 …vrefVal[dcdcTrimMode_EM01_LP] = ((mV - mVlow) * (vrefHigh[dcdcTrimMode_EM01_LP] - vrefLow[dcdcT… in EMU_DCDCOutputVoltageSet()
3137 vrefVal[dcdcTrimMode_EM01_LP] += vrefLow[dcdcTrimMode_EM01_LP]; in EMU_DCDCOutputVoltageSet()
3142 || (vrefVal[dcdcTrimMode_LN] < vrefLow[dcdcTrimMode_LN]) in EMU_DCDCOutputVoltageSet()
3145 || (vrefVal[dcdcTrimMode_EM01_LP] < vrefLow[dcdcTrimMode_EM01_LP]) in EMU_DCDCOutputVoltageSet()
3148 || (vrefVal[dcdcTrimMode_EM234H_LP] < vrefLow[dcdcTrimMode_EM234H_LP])) { in EMU_DCDCOutputVoltageSet()