Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Drk8xx_pmic.h191 int rk818_spl_configure_usb_input_current(struct udevice *pmic, int current_ma);
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3288-board-spl.c93 ret = rk818_spl_configure_usb_input_current(pmic, 2000); in phycore_init()
/openbmc/u-boot/drivers/power/regulator/
H A Drk8xx.c367 int rk818_spl_configure_usb_input_current(struct udevice *pmic, int current_ma) in rk818_spl_configure_usb_input_current() function