Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dspl_power_init.c362 uint32_t tmp, vbus_thresh, vbus_5vdetect, pwd_bo; in mxs_enable_4p2_dcdc_input() local
389 vbus_5vdetect = tmp & POWER_5VCTRL_VBUSVALID_5VDETECT; in mxs_enable_4p2_dcdc_input()
422 if (vbus_5vdetect) in mxs_enable_4p2_dcdc_input()
423 writel(vbus_5vdetect, &power_regs->hw_power_5vctrl_set); in mxs_enable_4p2_dcdc_input()