Searched refs:USBPORTSC_SUSP (Results 1 – 3 of 3) sorted by relevance
39 #define SUSPEND_BITS (USBPORTSC_SUSP | USBPORTSC_RD)333 SET_RH_PORTSTAT(USBPORTSC_SUSP); in uhci_hub_control()367 if (!(uhci_readw(uhci, port_addr) & USBPORTSC_SUSP)) { in uhci_hub_control()
69 #define USBPORTSC_SUSP 0x1000 /* Suspend */ macro
267 (status & USBPORTSC_SUSP) ? " Suspend" : "", in uhci_show_sc()