Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dusb_phy.c88 static int initial_usb_scan_delay = CONFIG_INITIAL_USB_SCAN_DELAY; variable
275 if (initial_usb_scan_delay) { in sunxi_usb_phy_power_on()
276 mdelay(initial_usb_scan_delay); in sunxi_usb_phy_power_on()
277 initial_usb_scan_delay = 0; in sunxi_usb_phy_power_on()