Searched refs:USBCMD_FGR (Results 1 – 5 of 5) sorted by relevance
17 #define USBCMD_FGR 0x0010 /* Force Global Resume */ macro
172 (usbcmd & USBCMD_FGR) ? "FGR " : "", in uhci_show_status()
27 #define USBCMD_FGR 0x0010 /* Force Global Resume */ macro
159 (usbcmd & USBCMD_FGR) ? "FGR " : "", in uhci_show_status()
2525 while (status & USBCMD_FGR) in wakeup_hc()