/linux-6.1.9/drivers/usb/early/ |
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()
|
D | xhci-dbc.c | 363 writel(val | PORT_RESET, portsc); in xdbc_do_reset_debug_port()
|
/linux-6.1.9/drivers/usb/host/ |
D | ehci-hub.c | 799 if (temp & PORT_RESET) in ehci_hub_control() 942 ehci_writel(ehci, temp & ~(PORT_RWC_BITS | PORT_RESET), in ehci_hub_control() 948 PORT_RESET, 0, 1000); in ehci_hub_control() 1002 if (temp & PORT_RESET) in ehci_hub_control() 1048 || (temp & PORT_RESET) != 0) in ehci_hub_control() 1100 temp |= PORT_RESET; in ehci_hub_control()
|
D | ehci-fsl.c | 661 writel(PORT_RESET | in ehci_start_port_reset() 665 writel(PORT_RESET, &ehci->regs->port_status[port]); in ehci_start_port_reset()
|
D | xhci-hub.c | 923 if ((portsc & PORT_RESET) || !(portsc & PORT_PE)) { in xhci_handle_usb2_port_link_resume() 1154 if (raw_port_status & PORT_RESET) in xhci_get_port_status() 1306 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) in xhci_hub_control() 1481 temp = (temp | PORT_RESET); in xhci_hub_control() 1549 if (temp & PORT_RESET) in xhci_hub_control()
|
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()
|
D | fotg210.h | 275 #define PORT_RESET (1<<8) /* reset port */ macro
|
D | fotg210-hcd.c | 251 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf() 1512 if (temp & PORT_RESET) in fotg210_hub_control() 1607 if ((temp & PORT_RESET) && time_after_eq(jiffies, in fotg210_hub_control() 1615 temp & ~(PORT_RWC_BITS | PORT_RESET), in fotg210_hub_control() 1621 PORT_RESET, 0, 1000); in fotg210_hub_control() 1637 if (!(temp & (PORT_RESUME|PORT_RESET))) { in fotg210_hub_control() 1679 if (temp & PORT_RESET) in fotg210_hub_control() 1710 || (temp & PORT_RESET) != 0) in fotg210_hub_control() 1729 temp |= PORT_RESET; in fotg210_hub_control()
|
D | xhci.h | 303 #define PORT_RESET (1 << 4) macro 2621 if (portsc & PORT_RESET) in xhci_decode_portsc()
|
D | ehci-dbg.c | 249 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf()
|
/linux-6.1.9/drivers/usb/chipidea/ |
D | ci_hdrc_tegra.c | 190 temp |= PORT_RESET; in tegra_usb_internal_port_reset() 193 temp &= ~PORT_RESET; in tegra_usb_internal_port_reset()
|
D | host.c | 279 if ((temp & PORT_PE) == 0 || (temp & PORT_RESET) != 0) { in ci_ehci_hub_control()
|
/linux-6.1.9/include/linux/usb/ |
D | ehci_def.h | 145 #define PORT_RESET (1<<8) /* reset port */ macro
|
/linux-6.1.9/drivers/usb/isp1760/ |
D | isp1760-regs.h | 70 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
|
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()
|
D | isp1760-core.c | 206 [PORT_RESET] = REG_FIELD(ISP176x_HC_PORTSC1, 8, 8), 277 [PORT_RESET] = REG_FIELD(ISP1763_HC_PORTSC1, 8, 8),
|
/linux-6.1.9/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 588 mpu_port(dev, PORT_RESET, 0); in init_i596_mem() 671 mpu_port(dev, PORT_RESET, 0); in init_i596_mem()
|
/linux-6.1.9/drivers/usb/typec/tcpm/ |
D | tcpm.c | 143 S(PORT_RESET), \ 4827 tcpm_set_state(port, PORT_RESET, 0); in run_state_machine() 4829 case PORT_RESET: in run_state_machine() 5089 case PORT_RESET: in _tcpm_cc_change() 5185 case PORT_RESET: in _tcpm_pd_vbus_on() 5276 case PORT_RESET: in _tcpm_pd_vbus_off() 5578 tcpm_set_state(port, PORT_RESET, 0); in tcpm_dr_set() 5946 tcpm_set_state(port, PORT_RESET, 0); in tcpm_init() 5960 tcpm_set_state(port, PORT_RESET, 0); in tcpm_port_type_set() 5964 tcpm_set_state(port, PORT_RESET, 0); in tcpm_port_type_set() [all …]
|
/linux-6.1.9/drivers/usb/cdns3/ |
D | cdnsp-debug.h | 478 if (portsc & PORT_RESET) in cdnsp_decode_portsc()
|
D | cdnsp-gadget.h | 251 #define PORT_RESET BIT(4) macro
|
/linux-6.1.9/drivers/net/dsa/microchip/ |
D | ksz9477_reg.h | 1176 #define PORT_RESET BIT(1) macro
|