Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h161 #define PORT_OC (1<<4) /* over current active */ macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c1070 if (raw_port_status & PORT_OC) in xhci_get_port_status()
1590 if (temp & PORT_OC) in xhci_hub_status_data()
1660 if (t1 & PORT_OC) { in xhci_bus_suspend()
H A Dehci-hub.c1026 if (((temp & PORT_OC) || (ehci->need_oc_pp_cycle)) in ehci_hub_control()
1138 if (temp & PORT_OC) in ehci_hub_control()
H A Dxhci.h302 #define PORT_OC (1 << 3) macro
2659 if (portsc & PORT_OC) in xhci_decode_portsc()
H A Doxu210hp-hcd.c191 #define PORT_OC (1<<4) /* over current active */ macro
603 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()
3757 if (temp & PORT_OC) in oxu_hub_control()
H A Dehci-dbg.c253 (status & PORT_OC) ? " OC" : "", in dbg_port_buf()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h264 #define PORT_OC (1 << 3) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c1003 if (reg & PORT_OC) in xhci_submit_root()