Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/isp1760/
Disp1760-regs.h56 #define PORT_CSC (1 << 1) /* connect status change */ macro
58 #define PORT_RWC_BITS (PORT_CSC)
Disp1760-hcd.c1723 mask = PORT_CSC; in isp1760_hub_status_data()
1729 if (temp & PORT_CSC) { in isp1760_hub_status_data()
1730 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()
/Linux-v5.4/include/linux/usb/
Dehci_def.h164 #define PORT_CSC (1<<1) /* connect status change */ macro
166 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/Linux-v5.4/drivers/usb/host/
Dehci-hub.c113 ehci_writel(ehci, status | PORT_CSC, reg); in ehci_handover_companion_ports()
141 if (ehci_readl(ehci, &ehci->regs->port_status[i]) & PORT_CSC) in ehci_port_change()
645 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
647 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data()
979 ehci_writel(ehci, temp | PORT_CSC, status_reg); in ehci_hub_control()
1009 if (temp & PORT_CSC) in ehci_hub_control()
Dfotg210.h283 #define PORT_CSC (1<<1) /* connect status change */ macro
285 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
Dxhci-hub.c19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
510 status = PORT_CSC; in xhci_clear_port_change_bit()
1022 if (raw_port_status & PORT_CSC) in xhci_get_port_status()
1229 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1490 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1579 if ((t1 & PORT_CSC) && wake_enabled) { in xhci_bus_suspend()
Dehci-tegra.c155 if (temp & PORT_CSC) in tegra_ehci_internal_port_reset()
156 ehci_writel(ehci, PORT_CSC, portsc_reg); in tegra_ehci_internal_port_reset()
Doxu210hp-hcd.c193 #define PORT_CSC (1<<1) /* connect status change */ macro
195 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
605 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
3511 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3513 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data()
3633 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control()
3662 if (temp & PORT_CSC) in oxu_hub_control()
Dxhci.h356 #define PORT_CSC (1 << 17) macro
385 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
2555 if (portsc & PORT_CSC) in xhci_decode_portsc()
Dehci-fsl.c667 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
Dfotg210-hcd.c255 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
1410 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data()
1529 fotg210_writel(fotg210, temp | PORT_CSC, status_reg); in fotg210_hub_control()
1560 if (temp & PORT_CSC) in fotg210_hub_control()
Dehci-dbg.c256 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
Dxhci-ring.c1712 (portsc & PORT_CSC) && !(portsc & PORT_CONNECT)) in handle_port_status()
/Linux-v5.4/drivers/usb/early/
Dehci-dbgp.c650 if ((portsc & PORT_CSC)) in ehci_reset_port()
/Linux-v5.4/drivers/usb/phy/
Dphy-tegra-usb.c44 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)