Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-port.h71 #define PORT_CSC (1 << 17) macro
100 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
A Dehci-hub.c112 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()
844 ehci_writel(ehci, temp | PORT_CSC, status_reg); in ehci_hub_control()
874 if (temp & PORT_CSC) in ehci_hub_control()
A Dxhci-hub.c21 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
596 status = PORT_CSC; in xhci_clear_port_change_bit()
1172 if (raw_port_status & PORT_CSC) in xhci_get_port_status()
1372 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()
1682 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
1781 if ((t1 & PORT_CSC) && wake_enabled) { in xhci_bus_suspend()
A Doxu210hp-hcd.c195 #define PORT_CSC (1<<1) /* connect status change */ macro
197 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
582 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
3490 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3492 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data()
3612 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control()
3641 if (temp & PORT_CSC) in oxu_hub_control()
A Dehci-fsl.c652 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
A Dehci-hcd.c1125 ehci_writel(ehci, t1 | PORT_CSC, reg); in ehci_zx_wakeup_clear()
A Dehci-dbg.c256 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
A Dxhci.h2411 if (portsc & PORT_CSC) in xhci_decode_portsc()
A Dxhci.c906 if (!(portsc & (PORT_CSC | PORT_CONNECT))) in xhci_disable_hub_port_wake()
907 t2 |= PORT_CSC; in xhci_disable_hub_port_wake()
A Dxhci-ring.c2125 (portsc & PORT_CSC) && !(portsc & PORT_CONNECT)) in handle_port_status()
/drivers/usb/chipidea/
A Dci_hdrc_tegra.c218 if (temp & PORT_CSC) in tegra_usb_internal_port_reset()
219 ehci_writel(ehci, PORT_CSC, portsc_reg); in tegra_usb_internal_port_reset()
/drivers/usb/fotg210/
A Dfotg210-hcd.h281 #define PORT_CSC (1<<1) /* connect status change */ macro
283 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
A Dfotg210-hcd.c255 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
1401 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data()
1520 fotg210_writel(fotg210, temp | PORT_CSC, status_reg); in fotg210_hub_control()
1551 if (temp & PORT_CSC) in fotg210_hub_control()
/drivers/usb/isp1760/
A Disp1760-hcd.c193 [PORT_CSC] = BIT(1),
2115 isp1760_hcd_is_set(hcd, PORT_CSC)) { in isp1760_hub_status_data()
2116 isp1760_hcd_clear(hcd, PORT_CSC); in isp1760_hub_status_data()
2126 if (isp1760_hcd_is_set(hcd, PORT_CSC) || in isp1760_hub_status_data()
2184 isp1760_hcd_clear(hcd, PORT_CSC); in check_reset_complete()
2250 isp1760_hcd_clear(hcd, PORT_CSC); in isp1760_hub_control()
2265 isp1760_hcd_set(hcd, PORT_CSC); in isp1760_hub_control()
2293 if (isp1760_hcd_is_set(hcd, PORT_CSC)) in isp1760_hub_control()
2316 isp1760_hcd_clear(hcd, PORT_CSC); in isp1760_hub_control()
A Disp1760-regs.h71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
A Disp1760-core.c210 [PORT_CSC] = REG_FIELD(ISP176x_HC_PORTSC1, 1, 1),
281 [PORT_CSC] = REG_FIELD(ISP1763_HC_PORTSC1, 1, 1),
/drivers/usb/cdns3/
A Dcdnsp-gadget.h168 #define CDNSP_PORT_RW1CS (PORT_PED | PORT_CSC | PORT_RC | PORT_PLC)
302 #define PORT_CSC BIT(17) macro
331 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
A Dcdnsp-debug.h480 if (portsc & PORT_CSC) in cdnsp_decode_portsc()
A Dcdnsp-ring.c859 if (portsc & PORT_CSC) { in cdnsp_handle_port_status()
/drivers/usb/early/
A Dehci-dbgp.c645 if ((portsc & PORT_CSC)) in ehci_reset_port()
/drivers/usb/phy/
A Dphy-tegra-usb.c45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)

Completed in 80 milliseconds