Searched refs:DBGP_ENABLED (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/usb/
H A Dehci-dbgp.h27 #define DBGP_ENABLED (1<<28) macro
/linux-master/drivers/usb/host/
H A Dehci-pci.c254 (temp & DBGP_ENABLED) ? " IN USE" : "");
255 if (!(temp & DBGP_ENABLED))
H A Dehci-hub.c1038 (readl(&ehci->debug->control) & DBGP_ENABLED)) {
H A Doxu210hp-hcd.c205 #define DBGP_ENABLED (1<<28) macro
/linux-master/drivers/usb/early/
H A Dehci-dbgp.c137 #define DBGP_CLAIM (DBGP_OWNER | DBGP_ENABLED | DBGP_INUSE)
434 ctrl &= ~(DBGP_ENABLED | DBGP_INUSE);
925 if (!(ctrl & DBGP_ENABLED)) {
988 if (ctrl & DBGP_ENABLED) {
1067 while (readl(&ehci_debug->control) & DBGP_ENABLED) {

Completed in 142 milliseconds