Searched refs:roothub (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/usb/host/ |
D | ohci-hub.c | 103 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend() 484 ohci_readl (ohci, &ohci->regs->roothub.a) & RH_A_NDP); in ohci_hub_status_data() 590 status = ohci_readl(ohci, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset() 595 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset() 622 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset() 697 &ohci->regs->roothub.status); in ohci_hub_control() 739 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control() 782 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control() 786 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
|
D | ohci.h | 242 } roothub; member 710 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 715 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 721 { return ohci_readl (hc, &hc->regs->roothub.b); } in roothub_b() 723 { return ohci_readl (hc, &hc->regs->roothub.status); } in roothub_status()
|
D | u132-hcd.c | 440 retval = u132_read_pcimem(u132, roothub.status, in read_roothub_info() 447 retval = u132_read_pcimem(u132, roothub.a, &u132->hc_roothub_a); in read_roothub_info() 457 retval = u132_read_pcimem(u132, roothub.portstatus[i], in read_roothub_info() 1567 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_init() 1637 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run() 1644 roothub.portstatus[temp], RH_PS_LSDA); in u132_run() 1723 retval = u132_write_pcimem(u132, roothub.status, RH_HS_DRWE); in u132_run() 1735 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run() 1742 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run() 1747 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run() [all …]
|
D | ohci-ps3.c | 30 &ohci->regs->roothub.a); in ps3_ohci_hc_start() 31 ohci_writel(ohci, 0x00060000, &ohci->regs->roothub.b); in ps3_ohci_hc_start()
|
D | ohci-omap.c | 83 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]); in start_hnp() 171 ohci_writel(ohci, rh, &ohci->regs->roothub.a); in ohci_omap_reset()
|
D | ohci-hcd.c | 665 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run() 690 ohci_writel(ohci, val, &ohci->regs->roothub.a); in ohci_run() 692 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run() 694 &ohci->regs->roothub.b); in ohci_run() 1161 &ohci->regs->roothub.portstatus[port]); in ohci_resume()
|
D | ohci-da8xx.c | 259 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_reset() 272 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_reset()
|
/Linux-v6.1/drivers/usb/misc/ |
D | ftdi-elan.c | 2212 retval = ftdi_read_pcimem(ftdi, roothub.a, &rh_a); in ftdi_elan_check_controller() 2249 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2255 roothub.portstatus[temp], RH_PS_LSDA); in ftdi_elan_check_controller() 2339 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_DRWE); in ftdi_elan_check_controller() 2351 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2358 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() 2363 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() 2367 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_LPSC); in ftdi_elan_check_controller() 2370 retval = ftdi_write_pcimem(ftdi, roothub.b, in ftdi_elan_check_controller() 2380 retval = ftdi_read_pcimem(ftdi, roothub.portstatus[temp], in ftdi_elan_check_controller()
|
/Linux-v6.1/Documentation/usb/ |
D | chipidea.rst | 122 2.4 Enable roothub's wakeup::
|