Searched refs:USBSTS_HCH (Results 1 – 5 of 5) sorted by relevance
187 if ((UsbSts & USBSTS_HCH) == USBSTS_HCH) { in UhciStopHc()216 if ((UsbSts & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in UhciIsHcWorking()
87 #define USBSTS_HCH BIT5 // HC Halted macro
157 } else if ((UsbSts & USBSTS_HCH) != 0) { in Uhci2GetState()
59 #define USBSTS_HCH BIT5 /* HC Halted */ macro
1173 if ((StatusValue & (USBSTS_HCPE | USBSTS_HSE | USBSTS_HCH)) != 0) { in IsStatusOK()