Home
last modified time | relevance | path

Searched refs:PORT_OC (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-port.h10 #define PORT_OC (1 << 3) macro
H A Dehci-hub.c896 if (((temp & PORT_OC) || (ehci->need_oc_pp_cycle)) in ehci_hub_control()
1008 if (temp & PORT_OC) in ehci_hub_control()
H A Doxu210hp-hcd.c192 #define PORT_OC (1<<4) /* over current active */ macro
579 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()
3734 if (temp & PORT_OC) in oxu_hub_control()
H A Dehci-dbg.c253 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()
/linux/include/linux/usb/
H A Dehci_def.h149 #define PORT_OC (1<<4) /* over current active */ macro