/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | ehci_def.h | 162 #define PORT_PEC (1<<3) /* port enable 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 | 150 #define PORT_PEC (1<<3) /* port enable change */ macro 154 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 281 #define PORT_PEC (1<<3) /* port enable change */ macro 285 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
|
H A D | ehci-hub.c | 647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data() 649 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data() 934 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control() 1013 if (temp & PORT_PEC) in ehci_hub_control()
|
H A D | xhci-hub.c | 19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 528 status = PORT_PEC; in xhci_clear_port_change_bit() 1060 if (raw_port_status & PORT_PEC) 1261 temp |= PORT_CSC | PORT_PEC | PORT_WRC | 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 | oxu210hp-hcd.c | 192 #define PORT_PEC (1<<3) /* port enable change */ macro 196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) 604 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf() 3513 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data() 3515 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data() 3611 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control() 3666 if (temp & PORT_PEC) in oxu_hub_control()
|
H A D | xhci.h | 364 #define PORT_PEC (1 << 18) macro 391 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 2606 if (portsc & PORT_PEC) 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 | fotg210-hcd.c | 254 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf() 1405 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data() 1505 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control() 1557 if (temp & PORT_PEC) in fotg210_hub_control()
|
H A D | ehci-dbg.c | 254 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 279 #define PORT_PEC (1<<3) /* port enable change */ macro 283 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
|
H A D | fotg210-hcd.c | 253 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf() 1405 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data() 1505 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control() 1557 if (temp & PORT_PEC) in fotg210_hub_control()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-hub.c | 647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data() 649 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data() 797 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control() 876 if (temp & PORT_PEC) in ehci_hub_control()
|
H A D | xhci-hub.c | 20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 635 status = PORT_PEC; in xhci_clear_port_change_bit() 1165 if (raw_port_status & PORT_PEC) 1366 temp |= PORT_CSC | PORT_PEC | PORT_WRC | 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 | oxu210hp-hcd.c | 192 #define PORT_PEC (1<<3) /* port enable change */ macro 196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) 604 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf() 3514 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data() 3516 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data() 3612 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control() 3667 if (temp & PORT_PEC) in oxu_hub_control()
|
H A D | ehci.h | 718 && !(portsc & PORT_PEC) && !(portsc & PORT_PE))
|
H A D | xhci.h | 364 #define PORT_PEC (1 << 18) macro 391 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 2638 if (portsc & PORT_PEC) 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 | 254 (status & PORT_PEC) ? " PEC" : "", 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)
|