Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hub.c36 #define RWC_BITS (USBPORTSC_OCC | USBPORTSC_PEC | USBPORTSC_CSC)
69 mask &= ~USBPORTSC_OCC; in get_hub_status_data()
283 if ((status & USBPORTSC_OCC) && !ignore_oc) in uhci_hub_control()
399 CLR_RH_PORTSTAT(USBPORTSC_OCC); in uhci_hub_control()
Duhci-hcd.h68 #define USBPORTSC_OCC 0x0800 /* Over Current Change R/WC */ macro
Duhci-debug.c268 (status & USBPORTSC_OCC) ? " OverCurrentChange" : "", in uhci_show_sc()