Home
last modified time | relevance | path

Searched refs:USBPORTSC_SUSP (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Duhci-hub.c39 #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()
Duhci-hcd.h69 #define USBPORTSC_SUSP 0x1000 /* Suspend */ macro
Duhci-debug.c267 (status & USBPORTSC_SUSP) ? " Suspend" : "", in uhci_show_sc()