Searched refs:USBCMD_FGR (Results 1 – 3 of 3) sorted by relevance
74 #define USBCMD_FGR BIT4 // Force Global Resume macro
227 if ((UsbCmd & USBCMD_FGR) == 0) { in Uhci2SetState()228 UsbCmd |= USBCMD_FGR; in Uhci2SetState()240 UsbCmd &= ~USBCMD_FGR; in Uhci2SetState()
47 #define USBCMD_FGR BIT4 /* Force Global Resume */ macro