Home
last modified time | relevance | path

Searched refs:PORT_RESET (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dehci-tegra.c142 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()
Dehci-hub.c920 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()
Dxhci-hub.c733 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()
Dehci-fsl.c625 writel(PORT_RESET | in ehci_start_port_reset()
629 writel(PORT_RESET, &ehci->regs->port_status[port]); in ehci_start_port_reset()
Doxu210hp.h155 #define PORT_RESET (1<<8) /* reset port */ macro
Doxu210hp-hcd.c172 (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()
Dfotg210.h274 #define PORT_RESET (1<<8) /* reset port */ macro
Dfotg210-hcd.c261 (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()
Dehci-dbg.c272 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf()
Dxhci.h305 #define PORT_RESET (1 << 4) macro
/linux-4.4.14/drivers/usb/early/
Dehci-dbgp.c624 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/
Disp1760-regs.h55 #define PORT_RESET (1 << 8) /* reset port */ macro
Disp1760-hcd.c1861 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/
Dehci_def.h156 #define PORT_RESET (1<<8) /* reset port */ macro
/linux-4.4.14/drivers/net/ethernet/i825xx/
D82596.c145 #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()
Dlib82596.c119 #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()