Searched refs:PORT_CSC (Results 1 – 10 of 10) sorted by relevance
/drivers/usb/host/ |
D | ehci-hub.c | 119 ehci_writel(ehci, status | PORT_CSC, reg); in ehci_handover_companion_ports() 147 if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC) in ehci_port_change() 615 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data() 617 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data() 798 ehci_writel(ehci, temp | PORT_CSC, status_reg); in ehci_hub_control() 828 if (temp & PORT_CSC) in ehci_hub_control()
|
D | oxu210hp.h | 162 #define PORT_CSC (1<<1) /* connect status change */ macro 164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
D | xhci-hub.c | 29 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 366 status = PORT_CSC; in xhci_clear_port_change_bit() 610 if (temp & PORT_CSC) in xhci_hub_control() 773 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control() 1002 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC; in xhci_hub_status_data()
|
D | isp1760-hcd.c | 91 #define PORT_CSC (1<<1) /* connect status change */ macro 93 #define PORT_RWC_BITS (PORT_CSC) 1748 mask = PORT_CSC; in isp1760_hub_status_data() 1754 if (temp & PORT_CSC) { in isp1760_hub_status_data() 1755 temp &= ~PORT_CSC; in isp1760_hub_status_data() 1910 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_CSC); in isp1760_hub_control() 1939 if (temp & PORT_CSC) in isp1760_hub_control()
|
D | ehci-tegra.c | 123 if (temp & PORT_CSC) in tegra_ehci_internal_port_reset() 124 ehci_writel(ehci, PORT_CSC, portsc_reg); in tegra_ehci_internal_port_reset() 612 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
D | oxu210hp-hcd.c | 176 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf() 3106 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data() 3108 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data() 3228 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control() 3257 if (temp & PORT_CSC) in oxu_hub_control()
|
D | ehci-fsl.c | 650 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
|
D | ehci-dbg.c | 279 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
|
D | xhci.h | 315 #define PORT_CSC (1 << 17) macro
|
/drivers/usb/early/ |
D | ehci-dbgp.c | 655 if ((portsc & PORT_CSC)) in ehci_reset_port()
|