Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dusb_phy.h21 void sunxi_usb_phy_enable_squelch_detect(int index, int enable);
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c202 sunxi_usb_phy_enable_squelch_detect(0, 0); in _musb_reset_root_port()
207 sunxi_usb_phy_enable_squelch_detect(0, 1); in _musb_reset_root_port()
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dusb_phy.c214 void sunxi_usb_phy_enable_squelch_detect(int index, int enable) in sunxi_usb_phy_enable_squelch_detect() function