Home
last modified time | relevance | path

Searched refs:PORT_CSC (Results 1 – 14 of 14) sorted by relevance

/drivers/usb/isp1760/
Disp1760-regs.h59 #define PORT_CSC (1 << 1) /* connect status change */ macro
61 #define PORT_RWC_BITS (PORT_CSC)
Disp1760-hcd.c1722 mask = PORT_CSC; in isp1760_hub_status_data()
1728 if (temp & PORT_CSC) { in isp1760_hub_status_data()
1729 temp &= ~PORT_CSC; in isp1760_hub_status_data()
1884 reg_write32(hcd->regs, HC_PORTSC1, temp | PORT_CSC); in isp1760_hub_control()
1913 if (temp & PORT_CSC) in isp1760_hub_control()
/drivers/usb/host/
Dehci-hub.c123 ehci_writel(ehci, status | PORT_CSC, reg); in ehci_handover_companion_ports()
151 if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC) in ehci_port_change()
637 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
639 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data()
963 ehci_writel(ehci, temp | PORT_CSC, status_reg); in ehci_hub_control()
993 if (temp & PORT_CSC) in ehci_hub_control()
Doxu210hp.h162 #define PORT_CSC (1<<1) /* connect status change */ macro
164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
Dxhci-hub.c31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
488 status = PORT_CSC; in xhci_clear_port_change_bit()
718 if (raw_port_status & PORT_CSC) in xhci_get_port_status()
1045 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1276 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1353 if ((t1 & PORT_CSC) && wake_enabled) { in xhci_bus_suspend()
Dfotg210.h279 #define PORT_CSC (1<<1) /* connect status change */ macro
281 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
Dehci-tegra.c169 if (temp & PORT_CSC) in tegra_ehci_internal_port_reset()
170 ehci_writel(ehci, PORT_CSC, portsc_reg); in tegra_ehci_internal_port_reset()
Dxhci.h358 #define PORT_CSC (1 << 17) macro
387 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
Doxu210hp-hcd.c179 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
3103 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3105 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data()
3225 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control()
3254 if (temp & PORT_CSC) in oxu_hub_control()
Dehci-fsl.c626 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
Dfotg210-hcd.c266 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
1434 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data()
1553 fotg210_writel(fotg210, temp | PORT_CSC, status_reg); in fotg210_hub_control()
1584 if (temp & PORT_CSC) in fotg210_hub_control()
Dehci-dbg.c279 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
/drivers/usb/early/
Dehci-dbgp.c651 if ((portsc & PORT_CSC)) in ehci_reset_port()
/drivers/usb/phy/
Dphy-tegra-usb.c53 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)