Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dsystem.c18 if (mode == USB20_PHY_CFG_HOST_LINK_EN) { in exynos5_set_usbhost_mode()
20 USB20_PHY_CFG_HOST_LINK_EN); in exynos5_set_usbhost_mode()
23 USB20_PHY_CFG_HOST_LINK_EN); in exynos5_set_usbhost_mode()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dsystem.h38 #define USB20_PHY_CFG_HOST_LINK_EN (1 << 0) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-exynos.c160 set_usbhost_mode(USB20_PHY_CFG_HOST_LINK_EN); in setup_usb_phy()