/linux-4.4.14/drivers/usb/host/ |
D | ehci-tegra.c | 142 temp |= PORT_RESET; in tegra_ehci_internal_port_reset() 145 temp &= ~PORT_RESET; in tegra_ehci_internal_port_reset() 215 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in tegra_ehci_hub_control() 253 if ((temp & PORT_RESET) || !(temp & PORT_PE)) { in tegra_ehci_hub_control()
|
D | ehci-hub.c | 920 if (temp & PORT_RESET) in ehci_hub_control() 1063 ehci_writel(ehci, temp & ~(PORT_RWC_BITS | PORT_RESET), in ehci_hub_control() 1069 PORT_RESET, 0, 1000); in ehci_hub_control() 1123 if (temp & PORT_RESET) in ehci_hub_control() 1169 || (temp & PORT_RESET) != 0) in ehci_hub_control() 1215 temp |= PORT_RESET; in ehci_hub_control()
|
D | xhci-hub.c | 733 if ((raw_port_status & PORT_RESET) || in xhci_get_port_status() 838 if (raw_port_status & PORT_RESET) in xhci_get_port_status() 979 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control() 1089 temp = (temp | PORT_RESET); in xhci_hub_control() 1147 if (temp & PORT_RESET) in xhci_hub_control()
|
D | ehci-fsl.c | 625 writel(PORT_RESET | in ehci_start_port_reset() 629 writel(PORT_RESET, &ehci->regs->port_status[port]); in ehci_start_port_reset()
|
D | oxu210hp.h | 155 #define PORT_RESET (1<<8) /* reset port */ macro
|
D | oxu210hp-hcd.c | 172 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf() 3204 if (temp & PORT_RESET) in oxu_hub_control() 3297 if ((temp & PORT_RESET) in oxu_hub_control() 3304 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control() 3310 PORT_RESET, 0, 750); in oxu_hub_control() 3349 if (temp & PORT_RESET) in oxu_hub_control() 3384 || (temp & PORT_RESET) != 0) in oxu_hub_control() 3402 temp |= PORT_RESET; in oxu_hub_control()
|
D | fotg210.h | 274 #define PORT_RESET (1<<8) /* reset port */ macro
|
D | fotg210-hcd.c | 261 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf() 1537 if (temp & PORT_RESET) in fotg210_hub_control() 1632 if ((temp & PORT_RESET) && time_after_eq(jiffies, in fotg210_hub_control() 1640 temp & ~(PORT_RWC_BITS | PORT_RESET), in fotg210_hub_control() 1646 PORT_RESET, 0, 1000); in fotg210_hub_control() 1658 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control() 1700 if (temp & PORT_RESET) in fotg210_hub_control() 1731 || (temp & PORT_RESET) != 0) in fotg210_hub_control() 1750 temp |= PORT_RESET; in fotg210_hub_control()
|
D | ehci-dbg.c | 272 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf()
|
D | xhci.h | 305 #define PORT_RESET (1 << 4) macro
|
/linux-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 624 portsc |= PORT_RESET; in ehci_reset_port() 632 if (!(portsc & PORT_RESET)) in ehci_reset_port() 635 if (portsc & PORT_RESET) { in ehci_reset_port() 638 writel(portsc & ~(PORT_RWC_BITS | PORT_RESET), in ehci_reset_port() 643 } while ((portsc & PORT_RESET) && (--loop > 0)); in ehci_reset_port() 655 if (!(portsc & PORT_RESET) && (portsc & PORT_PE)) in ehci_reset_port()
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-regs.h | 55 #define PORT_RESET (1 << 8) /* reset port */ macro
|
D | isp1760-hcd.c | 1861 if (temp & PORT_RESET) in isp1760_hub_control() 1953 if ((temp & PORT_RESET) in isp1760_hub_control() 1960 reg_write32(hcd->regs, HC_PORTSC1, temp & ~PORT_RESET); in isp1760_hub_control() 1965 PORT_RESET, 0, 750); in isp1760_hub_control() 1994 if (temp & PORT_RESET) in isp1760_hub_control() 2029 || (temp & PORT_RESET) != 0) in isp1760_hub_control() 2050 temp |= PORT_RESET; in isp1760_hub_control()
|
/linux-4.4.14/include/linux/usb/ |
D | ehci_def.h | 156 #define PORT_RESET (1<<8) /* reset port */ macro
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | 82596.c | 145 #define PORT_RESET 0x00 /* reset 82596 */ macro 620 MPU_PORT(dev, PORT_RESET, NULL); in init_i596_mem() 741 MPU_PORT(dev, PORT_RESET, NULL); in init_i596_mem()
|
D | lib82596.c | 119 #define PORT_RESET 0x00 /* reset 82596 */ macro 560 mpu_port(dev, PORT_RESET, 0); in init_i596_mem() 643 mpu_port(dev, PORT_RESET, 0); in init_i596_mem()
|