/openbmc/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 618 portsc |= PORT_RESET; in ehci_reset_port() 626 if (!(portsc & PORT_RESET)) in ehci_reset_port() 629 if (portsc & PORT_RESET) { in ehci_reset_port() 632 writel(portsc & ~(PORT_RWC_BITS | PORT_RESET), in ehci_reset_port() 637 } while ((portsc & PORT_RESET) && (--loop > 0)); in ehci_reset_port() 649 if (!(portsc & PORT_RESET) && (portsc & PORT_PE)) in ehci_reset_port()
|
/openbmc/qemu/hw/net/ |
H A D | i82596.h | 9 #define PORT_RESET 0x00 /* reset 82596 */ macro
|
H A D | i82596.c | 445 case PORT_RESET: /* Reset */ in i82596_ioport_writew()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-hub.c | 800 if (temp & PORT_RESET) in ehci_hub_control() 950 ehci_writel(ehci, temp & ~(PORT_RWC_BITS | PORT_RESET), in ehci_hub_control() 956 PORT_RESET, 0, 1000); in ehci_hub_control() 1010 if (temp & PORT_RESET) in ehci_hub_control() 1056 || (temp & PORT_RESET) != 0) in ehci_hub_control() 1108 temp |= PORT_RESET; in ehci_hub_control()
|
H A D | xhci-port.h | 12 #define PORT_RESET (1 << 4) macro
|
H A D | xhci-hub.c | 941 if ((portsc & PORT_RESET) || !(portsc & PORT_PE)) { in xhci_handle_usb2_port_link_resume() 1181 if (raw_port_status & PORT_RESET) in xhci_get_port_status() 1328 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control() 1499 temp = (temp | PORT_RESET); in xhci_hub_control() 1569 if (temp & PORT_RESET) in xhci_hub_control()
|
H A D | ehci-fsl.c | 660 writel(PORT_RESET | in ehci_start_port_reset() 664 writel(PORT_RESET, &ehci->regs->port_status[port]); in ehci_start_port_reset()
|
H A D | oxu210hp-hcd.c | 187 #define PORT_RESET (1<<8) /* reset port */ macro 599 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf() 3615 if (temp & PORT_RESET) in oxu_hub_control() 3708 if ((temp & PORT_RESET) in oxu_hub_control() 3715 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control() 3721 PORT_RESET, 0, 750); in oxu_hub_control() 3760 if (temp & PORT_RESET) in oxu_hub_control() 3795 || (temp & PORT_RESET) != 0) in oxu_hub_control() 3813 temp |= PORT_RESET; in oxu_hub_control()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_tegra.c | 191 temp |= PORT_RESET; in tegra_usb_internal_port_reset() 194 temp &= ~PORT_RESET; in tegra_usb_internal_port_reset()
|
H A D | host.c | 279 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in ci_ehci_hub_control()
|
/openbmc/linux/include/linux/usb/ |
H A D | ehci_def.h | 145 #define PORT_RESET (1<<8) /* reset port */ macro
|
/openbmc/qemu/hw/usb/ |
H A D | dev-hub.c | 87 #define PORT_RESET 4 macro 385 [PORT_RESET] = "reset", in feature_name() 472 case PORT_RESET: in usb_hub_handle_control()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 70 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
|
H A D | isp1760-hcd.c | 189 [PORT_RESET] = BIT(8), 2243 if (isp1760_hcd_is_set(hcd, PORT_RESET)) in isp1760_hub_control() 2330 if (isp1760_hcd_is_set(hcd, PORT_RESET) && in isp1760_hub_control() 2339 retval = isp1760_hcd_clear_and_wait(hcd, PORT_RESET, in isp1760_hub_control() 2369 if (isp1760_hcd_is_set(hcd, PORT_RESET)) in isp1760_hub_control() 2402 isp1760_hcd_is_set(hcd, PORT_RESET)) in isp1760_hub_control() 2423 isp1760_hcd_set(hcd, PORT_RESET); in isp1760_hub_control()
|
H A D | isp1760-core.c | 206 [PORT_RESET] = REG_FIELD(ISP176x_HC_PORTSC1, 8, 8), 277 [PORT_RESET] = REG_FIELD(ISP1763_HC_PORTSC1, 8, 8),
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 144 S(PORT_RESET), \ 4881 tcpm_set_state(port, PORT_RESET, 0); in run_state_machine() 4883 case PORT_RESET: in run_state_machine() 5150 case PORT_RESET: in _tcpm_cc_change() 5246 case PORT_RESET: in _tcpm_pd_vbus_on() 5337 case PORT_RESET: in _tcpm_pd_vbus_off() 5421 case PORT_RESET: in _tcpm_pd_hard_reset() 5680 tcpm_set_state(port, PORT_RESET, 0); in tcpm_dr_set() 6042 tcpm_set_state(port, PORT_RESET, 0); in tcpm_init() 6056 tcpm_set_state(port, PORT_RESET, 0); in tcpm_port_type_set() [all …]
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 276 #define PORT_RESET (1<<8) /* reset port */ macro
|
H A D | fotg210-hcd.c | 250 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf() 1508 if (temp & PORT_RESET) in fotg210_hub_control() 1603 if ((temp & PORT_RESET) && time_after_eq(jiffies, in fotg210_hub_control() 1611 temp & ~(PORT_RWC_BITS | PORT_RESET), in fotg210_hub_control() 1617 PORT_RESET, 0, 1000); in fotg210_hub_control() 1633 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control() 1675 if (temp & PORT_RESET) in fotg210_hub_control() 1706 || (temp & PORT_RESET) != 0) in fotg210_hub_control() 1725 temp |= PORT_RESET; in fotg210_hub_control()
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 144 #define PORT_RESET 0x00 /* reset 82596 */ macro 619 MPU_PORT(dev, PORT_RESET, NULL); in init_i596_mem() 740 MPU_PORT(dev, PORT_RESET, NULL); in init_i596_mem()
|
H A D | lib82596.c | 118 #define PORT_RESET 0x00 /* reset 82596 */ macro 587 mpu_port(dev, PORT_RESET, 0); in init_i596_mem() 670 mpu_port(dev, PORT_RESET, 0); in init_i596_mem()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-debug.h | 478 if (portsc & PORT_RESET) in cdnsp_decode_portsc()
|
H A D | cdnsp-gadget.h | 251 #define PORT_RESET BIT(4) macro
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 1004 if (reg & PORT_RESET) in xhci_submit_root() 1042 reg |= PORT_RESET; in xhci_submit_root()
|
H A D | xhci.h | 265 #define PORT_RESET (1 << 4) macro
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz9477_reg.h | 1179 #define PORT_RESET BIT(1) macro
|