Home
last modified time | relevance | path

Searched refs:PORT_OCC (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-port.h81 #define PORT_OCC (1 << 20) macro
100 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
H A Dehci-hub.c647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
847 ehci_writel(ehci, temp | PORT_OCC, status_reg); in ehci_hub_control()
886 if ((temp & PORT_OCC) && (!ignore_oc && !ehci->spurious_oc)){ in ehci_hub_control()
H A Doxu210hp-hcd.c191 #define PORT_OCC (1<<5) /* over current change */ macro
197 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
578 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
3490 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3615 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()
3645 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
H A Dehci-fsl.c652 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
H A Dehci-dbg.c252 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
/linux/include/linux/usb/
H A Dehci_def.h148 #define PORT_OCC (1<<5) /* over current change */ macro
154 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)