Searched refs:PORT_RESET (Results 1 - 18 of 18) sorted by relevance

/linux-4.1.27/drivers/usb/host/
H A Dehci-tegra.c142 temp |= PORT_RESET; tegra_ehci_internal_port_reset()
145 temp &= ~PORT_RESET; tegra_ehci_internal_port_reset()
215 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { tegra_ehci_hub_control()
253 if ((temp & PORT_RESET) || !(temp & PORT_PE)) { tegra_ehci_hub_control()
H A Dehci-hub.c919 if (temp & PORT_RESET) ehci_hub_control()
1062 ehci_writel(ehci, temp & ~(PORT_RWC_BITS | PORT_RESET), ehci_hub_control()
1068 PORT_RESET, 0, 1000); ehci_hub_control()
1122 if (temp & PORT_RESET) ehci_hub_control()
1168 || (temp & PORT_RESET) != 0) ehci_hub_control()
1214 temp |= PORT_RESET; ehci_hub_control()
H A Dxhci-hub.c616 if ((raw_port_status & PORT_RESET) ||
683 if (raw_port_status & PORT_RESET)
824 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) xhci_hub_control()
934 temp = (temp | PORT_RESET); xhci_hub_control()
992 if (temp & PORT_RESET) xhci_hub_control()
H A Dehci-fsl.c626 writel(PORT_RESET | ehci_start_port_reset()
630 writel(PORT_RESET, &ehci->regs->port_status[port]); ehci_start_port_reset()
H A Doxu210hp.h155 #define PORT_RESET (1<<8) /* reset port */ macro
H A Doxu210hp-hcd.c172 (status & PORT_RESET) ? " RESET" : "", dbg_port_buf()
3209 if (temp & PORT_RESET) oxu_hub_control()
3302 if ((temp & PORT_RESET) oxu_hub_control()
3309 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), oxu_hub_control()
3315 PORT_RESET, 0, 750); oxu_hub_control()
3354 if (temp & PORT_RESET) oxu_hub_control()
3389 || (temp & PORT_RESET) != 0) oxu_hub_control()
3407 temp |= PORT_RESET; oxu_hub_control()
H A Dfotg210-hcd.c277 (status & PORT_RESET) ? " RESET" : "", dbg_port_buf()
1588 if (temp & PORT_RESET) fotg210_hub_control()
1683 if ((temp & PORT_RESET) fotg210_hub_control()
1692 temp & ~(PORT_RWC_BITS | PORT_RESET), fotg210_hub_control()
1698 PORT_RESET, 0, 1000); fotg210_hub_control()
1710 if (!(temp & (PORT_RESUME|PORT_RESET))) { fotg210_hub_control()
1752 if (temp & PORT_RESET) fotg210_hub_control()
1783 || (temp & PORT_RESET) != 0) fotg210_hub_control()
1802 temp |= PORT_RESET; fotg210_hub_control()
H A Dfusbh200-hcd.c269 (status & PORT_RESET) ? " RESET" : "", dbg_port_buf()
1546 if (temp & PORT_RESET) fusbh200_hub_control()
1639 if ((temp & PORT_RESET) fusbh200_hub_control()
1647 fusbh200_writel(fusbh200, temp & ~(PORT_RWC_BITS | PORT_RESET), fusbh200_hub_control()
1653 PORT_RESET, 0, 1000); fusbh200_hub_control()
1665 if (!(temp & (PORT_RESUME|PORT_RESET))) { fusbh200_hub_control()
1706 if (temp & PORT_RESET) fusbh200_hub_control()
1737 || (temp & PORT_RESET) != 0) fusbh200_hub_control()
1755 temp |= PORT_RESET; fusbh200_hub_control()
H A Dfotg210.h268 #define PORT_RESET (1<<8) /* reset port */ macro
H A Dfusbh200.h263 #define PORT_RESET (1<<8) /* reset port */ macro
H A Dehci-dbg.c272 (status & PORT_RESET) ? " RESET" : "", dbg_port_buf()
H A Dxhci.h279 #define PORT_RESET (1 << 4) macro
334 /* true: reset change - 1 to 0 transition of PORT_RESET */
/linux-4.1.27/drivers/usb/isp1760/
H A Disp1760-regs.h55 #define PORT_RESET (1 << 8) /* reset port */ macro
H A Disp1760-hcd.c1861 if (temp & PORT_RESET) isp1760_hub_control()
1953 if ((temp & PORT_RESET) isp1760_hub_control()
1960 reg_write32(hcd->regs, HC_PORTSC1, temp & ~PORT_RESET); isp1760_hub_control()
1965 PORT_RESET, 0, 750); isp1760_hub_control()
1994 if (temp & PORT_RESET) isp1760_hub_control()
2029 || (temp & PORT_RESET) != 0) isp1760_hub_control()
2050 temp |= PORT_RESET; isp1760_hub_control()
/linux-4.1.27/drivers/usb/early/
H A Dehci-dbgp.c624 portsc |= PORT_RESET; ehci_reset_port()
632 if (!(portsc & PORT_RESET)) ehci_reset_port()
635 if (portsc & PORT_RESET) { ehci_reset_port()
638 writel(portsc & ~(PORT_RWC_BITS | PORT_RESET), ehci_reset_port()
643 } while ((portsc & PORT_RESET) && (--loop > 0)); ehci_reset_port()
655 if (!(portsc & PORT_RESET) && (portsc & PORT_PE)) ehci_reset_port()
/linux-4.1.27/include/linux/usb/
H A Dehci_def.h156 #define PORT_RESET (1<<8) /* reset port */ macro
/linux-4.1.27/drivers/net/ethernet/i825xx/
H A D82596.c145 #define PORT_RESET 0x00 /* reset 82596 */ macro
620 MPU_PORT(dev, PORT_RESET, NULL); init_i596_mem()
741 MPU_PORT(dev, PORT_RESET, NULL); init_i596_mem()
H A Dlib82596.c119 #define PORT_RESET 0x00 /* reset 82596 */ macro
560 mpu_port(dev, PORT_RESET, 0); init_i596_mem()
643 mpu_port(dev, PORT_RESET, 0); init_i596_mem()

Completed in 434 milliseconds