Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h17 #define USBCMD_FGR 0x0010 /* Force Global Resume */ macro
Dusb-uhci-debug.h172 (usbcmd & USBCMD_FGR) ? "FGR " : "", in uhci_show_status()
Dusb-uhci.h27 #define USBCMD_FGR 0x0010 /* Force Global Resume */ macro
Duhci-debug.h159 (usbcmd & USBCMD_FGR) ? "FGR " : "", in uhci_show_status()
Duhci.c2525 while (status & USBCMD_FGR) in wakeup_hc()