Searched refs:PORT_CSC (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/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 | 1722 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()
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 163 #define PORT_CSC (1<<1) /* connect status change */ macro 165 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|
/linux-4.1.27/drivers/usb/host/ |
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 | ehci-hub.c | 124 ehci_writel(ehci, status | PORT_CSC, reg); in ehci_handover_companion_ports() 152 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()
|
D | fotg210.h | 273 #define PORT_CSC (1<<1) /* connect status change */ macro 275 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
|
D | fusbh200.h | 268 #define PORT_CSC (1<<1) /* connect status change */ macro 270 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
|
D | xhci-hub.c | 31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ 371 status = PORT_CSC; in xhci_clear_port_change_bit() 584 if (raw_port_status & PORT_CSC) in xhci_get_port_status() 862 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control() 1089 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
|
D | ehci-tegra.c | 169 if (temp & PORT_CSC) in tegra_ehci_internal_port_reset() 170 ehci_writel(ehci, PORT_CSC, portsc_reg); in tegra_ehci_internal_port_reset()
|
D | oxu210hp-hcd.c | 179 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf() 3108 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data() 3110 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data() 3230 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control() 3259 if (temp & PORT_CSC) in oxu_hub_control()
|
D | ehci-fsl.c | 627 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
|
D | fusbh200-hcd.c | 274 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf() 1432 mask = PORT_CSC | PORT_PEC; in fusbh200_hub_status_data() 1561 fusbh200_writel(fusbh200, temp | PORT_CSC, status_reg); in fusbh200_hub_control() 1591 if (temp & PORT_CSC) in fusbh200_hub_control()
|
D | fotg210-hcd.c | 282 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf() 1474 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data() 1604 fotg210_writel(fotg210, temp | PORT_CSC, status_reg); in fotg210_hub_control() 1635 if (temp & PORT_CSC) in fotg210_hub_control()
|
D | ehci-dbg.c | 279 (status & PORT_CSC) ? " CSC" : "", in dbg_port_buf()
|
D | xhci.h | 323 #define PORT_CSC (1 << 17) macro
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 651 if ((portsc & PORT_CSC)) in ehci_reset_port()
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-tegra-usb.c | 53 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
|