Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-omap.c225 clrbits_le32(&reg, OMAP_UHH_HOSTCONFIG_ULPI_P2_BYPASS); in omap_ehci_hcd_init()
227 setbits_le32(&reg, OMAP_UHH_HOSTCONFIG_ULPI_P2_BYPASS); in omap_ehci_hcd_init()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dehci-omap.h40 #define OMAP_UHH_HOSTCONFIG_ULPI_P2_BYPASS (1 << 11) macro