Searched refs:USBPORTSC_SUSP (Results 1 – 3 of 3) sorted by relevance
37 #define SUSPEND_BITS (USBPORTSC_SUSP | USBPORTSC_RD)328 SET_RH_PORTSTAT(USBPORTSC_SUSP); in uhci_hub_control()361 if (!(inw(port_addr) & USBPORTSC_SUSP)) { in uhci_hub_control()
65 #define USBPORTSC_SUSP 0x1000 /* Suspend */ macro
239 (status & USBPORTSC_SUSP) ? " Suspend" : "", in uhci_show_sc()