Searched refs:PORT_CSC (Results 1 – 15 of 15) sorted by relevance
/drivers/usb/isp1760/ |
D | isp1760-regs.h | 59 #define PORT_CSC (1 << 1) /* connect status change */ macro 61 #define PORT_RWC_BITS (PORT_CSC)
|
D | isp1760-hcd.c | 1721 mask = PORT_CSC; in isp1760_hub_status_data() 1727 if (temp & PORT_CSC) { in isp1760_hub_status_data() 1728 temp &= ~PORT_CSC; in isp1760_hub_status_data() 1883 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_CSC); in isp1760_hub_control() 1912 if (temp & PORT_CSC) in isp1760_hub_control()
|
/drivers/usb/host/ |
D | ehci-hub.c | 126 ehci_writel(ehci, status | PORT_CSC, reg); in ehci_handover_companion_ports() 154 if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC) in ehci_port_change() 650 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data() 652 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data() 984 ehci_writel(ehci, temp | PORT_CSC, status_reg); in ehci_hub_control() 1014 if (temp & PORT_CSC) in ehci_hub_control()
|
D | oxu210hp.h | 163 #define PORT_CSC (1<<1) /* connect status change */ macro 165 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
D | xhci-hub.c | 31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 520 status = PORT_CSC; in xhci_clear_port_change_bit() 867 if (raw_port_status & PORT_CSC) in xhci_get_port_status() 1198 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control() 1454 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data() 1533 if ((t1 & PORT_CSC) && wake_enabled) { in xhci_bus_suspend()
|
D | fotg210.h | 280 #define PORT_CSC (1<<1) /* connect status change */ macro 282 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
|
D | ehci-tegra.c | 179 if (temp & PORT_CSC) in tegra_ehci_internal_port_reset() 180 ehci_writel(ehci, PORT_CSC, portsc_reg); in tegra_ehci_internal_port_reset()
|
D | xhci.h | 366 #define PORT_CSC (1 << 17) macro 395 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 2469 if (portsc & PORT_CSC) in xhci_decode_portsc()
|
D | oxu210hp-hcd.c | 179 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf() 3094 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data() 3096 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data() 3216 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control() 3245 if (temp & PORT_CSC) in oxu_hub_control()
|
D | ehci-fsl.c | 633 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
|
D | fotg210-hcd.c | 266 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf() 1433 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data() 1552 fotg210_writel(fotg210, temp | PORT_CSC, status_reg); in fotg210_hub_control() 1583 if (temp & PORT_CSC) in fotg210_hub_control()
|
D | ehci-dbg.c | 266 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
|
D | xhci-ring.c | 1770 (portsc & PORT_CSC) && !(portsc & PORT_CONNECT)) in handle_port_status()
|
/drivers/usb/early/ |
D | ehci-dbgp.c | 649 if ((portsc & PORT_CSC)) in ehci_reset_port()
|
/drivers/usb/phy/ |
D | phy-tegra-usb.c | 53 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|