Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c134 static int initial_usb_scan_delay = CONFIG_INITIAL_USB_SCAN_DELAY; variable
213 if (initial_usb_scan_delay) { in sun4i_usb_phy_power_on()
214 mdelay(initial_usb_scan_delay); in sun4i_usb_phy_power_on()
215 initial_usb_scan_delay = 0; in sun4i_usb_phy_power_on()