| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | ehci_def.h | 164 #define PORT_CSC (1<<1) /* connect status change */ macro 166 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-regs.h | 56 #define PORT_CSC (1 << 1) /* connect status change */ macro 58 #define PORT_RWC_BITS (PORT_CSC)
|
| H A D | isp1760-hcd.c | 1719 mask = PORT_CSC; in isp1760_hub_status_data() 1725 if (temp & PORT_CSC) { in isp1760_hub_status_data() 1726 temp &= ~PORT_CSC; in isp1760_hub_status_data() 1880 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_CSC); in isp1760_hub_control() 1909 if (temp & PORT_CSC) in isp1760_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-hub.c | 112 ehci_writel(ehci, status | PORT_CSC, reg); in ehci_handover_companion_ports() 140 if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC) in ehci_port_change() 647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data() 649 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data() 981 ehci_writel(ehci, temp | PORT_CSC, status_reg); in ehci_hub_control() 1011 if (temp & PORT_CSC) in ehci_hub_control()
|
| H A D | fotg210.h | 283 #define PORT_CSC (1<<1) /* connect status change */ macro 285 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
|
| H A D | xhci-hub.c | 19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 525 status = PORT_CSC; in xhci_clear_port_change_bit() 1054 if (raw_port_status & PORT_CSC) in xhci_get_port_status() 1262 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control() 1569 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data() 1668 if ((t1 & PORT_CSC) && wake_enabled) { in xhci_bus_suspend()
|
| H A D | ehci-tegra.c | 153 if (temp & PORT_CSC) in tegra_ehci_internal_port_reset() 154 ehci_writel(ehci, PORT_CSC, portsc_reg); in tegra_ehci_internal_port_reset()
|
| H A D | oxu210hp-hcd.c | 194 #define PORT_CSC (1<<1) /* connect status change */ macro 196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) 606 (status & PORT_CSC) ? " CSC" : "", 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() 3635 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control() 3664 if (temp & PORT_CSC) in oxu_hub_control()
|
| H A D | xhci.h | 363 #define PORT_CSC (1 << 17) macro 392 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 2665 if (portsc & PORT_CSC) 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 | 256 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf() 1408 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data() 1527 fotg210_writel(fotg210, temp | PORT_CSC, status_reg); in fotg210_hub_control() 1558 if (temp & PORT_CSC) in fotg210_hub_control()
|
| H A D | ehci-dbg.c | 256 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
|
| H A D | xhci.c | 933 if (!(portsc & (PORT_CSC | PORT_CONNECT))) in xhci_disable_hub_port_wake() 934 t2 |= PORT_CSC; in xhci_disable_hub_port_wake()
|
| H A D | xhci-ring.c | 2041 (portsc & PORT_CSC) && !(portsc & PORT_CONNECT)) in handle_port_status()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci.c | 830 status = PORT_CSC; in xhci_clear_port_change_bit() 1018 if (reg & PORT_CSC) in xhci_submit_root()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 309 #define PORT_CSC (1 << 17) macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/early/ |
| H A D | ehci-dbgp.c | 645 if ((portsc & PORT_CSC)) in ehci_reset_port()
|
| /OK3568_Linux_fs/kernel/drivers/usb/phy/ |
| H A D | phy-tegra-usb.c | 45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|