Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/usb/
A Dehci_def.h148 #define PORT_OCC (1<<5) /* over current change */ macro
154 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-hub.c20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
631 status = PORT_OCC; in xhci_clear_port_change_bit()
1166 if ((raw_port_status & PORT_OCC)) in xhci_get_port_status()
1366 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1679 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
A Dehci-hub.c647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
846 ehci_writel(ehci, temp | PORT_OCC, status_reg); in ehci_hub_control()
878 if ((temp & PORT_OCC) && (!ignore_oc && !ehci->spurious_oc)){ in ehci_hub_control()
A Doxu210hp-hcd.c190 #define PORT_OCC (1<<5) /* over current change */ macro
196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
602 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
3514 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3639 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()
3669 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
A Dxhci.h372 #define PORT_OCC (1 << 20) macro
391 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
2639 if (portsc & PORT_OCC) in xhci_decode_portsc()
A Dehci-fsl.c662 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
A Dehci-dbg.c252 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
/linux-6.3-rc2/drivers/usb/phy/
A Dphy-tegra-usb.c45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)

Completed in 32 milliseconds