Home
last modified time | relevance | path

Searched refs:ihost_uvolts (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-latest/plat/brcm/board/stingray/src/
Dbl2_setup.c227 void set_ihost_vddc_swreg(uint32_t ihost_uvolts, uint32_t vddc_uvolts) in set_ihost_vddc_swreg() argument
230 ihost_uvolts, vddc_uvolts); in set_ihost_vddc_swreg()
233 set_swreg(IHOST03, ihost_uvolts); in set_ihost_vddc_swreg()
234 set_swreg(IHOST12, ihost_uvolts); in set_ihost_vddc_swreg()
241 void read_avs_otp_bits(uint32_t *ihost_uvolts, uint32_t *vddc_uvolts) in read_avs_otp_bits() argument
281 *ihost_uvolts = STEP_TO_UVOLTS(ihost_step); in read_avs_otp_bits()
310 uint32_t ihost_uvolts = IHOST_DEF_VOLT; in set_swreg_based_on_otp() local
324 ihost_uvolts = B0_IHOST_DEF_VOLT; in set_swreg_based_on_otp()
328 read_avs_otp_bits(&ihost_uvolts, &vddc_uvolts); in set_swreg_based_on_otp()
351 set_ihost_vddc_swreg(ihost_uvolts, vddc_uvolts); in set_swreg_based_on_otp()