Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/
Dsystem.c17 if (mode == USB20_PHY_CFG_HOST_LINK_EN) { in exynos5_set_usbhost_mode()
19 USB20_PHY_CFG_HOST_LINK_EN); in exynos5_set_usbhost_mode()
22 USB20_PHY_CFG_HOST_LINK_EN); in exynos5_set_usbhost_mode()
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dsystem.h37 #define USB20_PHY_CFG_HOST_LINK_EN (1 << 0) macro
/external/u-boot/drivers/usb/host/
Dehci-exynos.c159 set_usbhost_mode(USB20_PHY_CFG_HOST_LINK_EN); in setup_usb_phy()