Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-omap.c39 #define EHCI_INSNREG04_DISABLE_UNSUSPEND (1 << 5) macro
194 EHCI_INSNREG04_DISABLE_UNSUSPEND); in ehci_hcd_omap_probe()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dehci-omap.h54 #define EHCI_INSNREG04_DISABLE_UNSUSPEND (1 << 5) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-omap.c284 writel(EHCI_INSNREG04_DISABLE_UNSUSPEND, &ehci->insreg04); in omap_ehci_hcd_init()