Searched refs:PORT_OCC (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | ehci_def.h | 160 #define PORT_OCC (1<<5) /* over current change */ macro 166 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | ehci_def.h | 148 #define PORT_OCC (1<<5) /* over current change */ macro 154 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-hub.c | 19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 524 status = PORT_OCC; in xhci_clear_port_change_bit() 1062 if ((raw_port_status & PORT_OCC)) 1262 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control() 1575 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
|
H A D | ehci-hub.c | 643 * always set, seem to clear PORT_OCC and PORT_CSC when writing to in ehci_hub_status_data() 647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data() 984 ehci_writel(ehci, temp | PORT_OCC, status_reg); in ehci_hub_control() 1016 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()
|
H A D | oxu210hp-hcd.c | 190 #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() 3509 * always set, seem to clear PORT_OCC and PORT_CSC when writing to in oxu_hub_status_data() 3513 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data() 3638 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control() 3668 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
|
H A D | xhci.h | 372 #define PORT_OCC (1 << 20) macro 391 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 2610 if (portsc & PORT_OCC) in xhci_decode_portsc()
|
H A D | ehci-fsl.c | 667 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
|
H A D | ehci-dbg.c | 252 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-hub.c | 20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 631 status = PORT_OCC; in xhci_clear_port_change_bit() 1167 if ((raw_port_status & PORT_OCC)) 1367 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control() 1680 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
|
H A D | ehci-hub.c | 643 * always set, seem to clear PORT_OCC and PORT_CSC when writing to in ehci_hub_status_data() 647 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 D | oxu210hp-hcd.c | 190 #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() 3510 * always set, seem to clear PORT_OCC and PORT_CSC when writing to in oxu_hub_status_data() 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()
|
H A D | xhci.h | 372 #define PORT_OCC (1 << 20) macro 391 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 2642 if (portsc & PORT_OCC) in xhci_decode_portsc()
|
H A D | ehci-fsl.c | 661 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
|
H A D | ehci-dbg.c | 252 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-tegra-usb.c | 45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-tegra-usb.c | 45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
Completed in 37 milliseconds