Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hub.c36 #define RWC_BITS (USBPORTSC_OCC | USBPORTSC_PEC | USBPORTSC_CSC)
130 if (uhci_readw(uhci, port_addr) & USBPORTSC_CSC) in wait_for_HP()
160 CLR_RH_PORTSTAT(USBPORTSC_CSC | USBPORTSC_PEC); in uhci_check_ports()
279 if (status & USBPORTSC_CSC) in uhci_hub_control()
396 CLR_RH_PORTSTAT(USBPORTSC_CSC); in uhci_hub_control()
Duhci-hcd.h57 #define USBPORTSC_CSC 0x0002 /* Connect Status Change */ macro
Duhci-debug.c275 (status & USBPORTSC_CSC) ? " ConnectChange" : "", in uhci_show_sc()