Home
last modified time | relevance | path

Searched refs:OMAP_USBTLL_SYSSTATUS_RESETDONE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dehci.h19 #define OMAP_USBTLL_SYSSTATUS_RESETDONE 1 macro
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dehci.h23 #define OMAP_USBTLL_SYSSTATUS_RESETDONE 1 macro
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/
H A Dehci.h28 #define OMAP_USBTLL_SYSSTATUS_RESETDONE 1 macro
/openbmc/u-boot/drivers/usb/host/
H A Dehci-omap.c83 while (!(readl(&usbtll->syss) & OMAP_USBTLL_SYSSTATUS_RESETDONE)) in omap_ehci_tll_reset()
/openbmc/linux/drivers/mfd/
H A Domap-usb-tll.c36 #define OMAP_USBTLL_SYSSTATUS_RESETDONE (1 << 0) macro