| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-hub.c | 100 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend() 481 ohci_readl (ohci, &ohci->regs->roothub.a) & RH_A_NDP); in ohci_hub_status_data() 587 status = ohci_readl(ohci, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset() 592 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset() 619 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset() 694 &ohci->regs->roothub.status); in ohci_hub_control() 735 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control() 778 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control() 782 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
|
| H A 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()
|
| H A 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 …]
|
| H A 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()
|
| H A D | ohci-hcd.c | 667 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run() 692 ohci_writel(ohci, val, &ohci->regs->roothub.a); in ohci_run() 694 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run() 696 &ohci->regs->roothub.b); in ohci_run() 1163 &ohci->regs->roothub.portstatus[port]); in ohci_resume()
|
| H A D | ohci-omap.c | 175 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]); in start_hnp() 265 ohci_writel(ohci, rh, &ohci->regs->roothub.a); in ohci_omap_reset()
|
| H A 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()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 97 u32 temp = readl (&hc->regs->roothub.register); \ 100 temp = readl (&hc->regs->roothub.register); \ 106 { return readl (&hc->regs->roothub.b); } in roothub_b() 108 { return readl (&hc->regs->roothub.status); } in roothub_status() 850 #define WR_RH_STAT(x) {info("WR:status %#8x", (x));writel((x), &gohci.regs->roothub.status);} 851 … {info("WR:portstatus[%d] %#8x", wIndex-1, (x));writel((x), &gohci.regs->roothub.portstatus[wIndex… 853 #define WR_RH_STAT(x) writel((x), &gohci.regs->roothub.status) 854 #define WR_RH_PORTSTAT(x) writel((x), &gohci.regs->roothub.portstatus[wIndex-1]) 1332 &ohci->regs->roothub.a); in hc_start() 1333 writel (RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start() [all …]
|
| H A D | au1x00_usb_ohci.h | 176 } roothub; member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 201 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a() 203 { return ohci_readl(&hc->regs->roothub.b); } in roothub_b() 205 { return ohci_readl(&hc->regs->roothub.status); } in roothub_status() 207 { return ohci_readl(&hc->regs->roothub.portstatus[i]); } in roothub_portstatus() 1208 &ohci->regs->roothub.status); } 1210 (x)); ohci_writel((x), &ohci->regs->roothub.portstatus[wIndex-1]); } 1212 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status) 1214 &ohci->regs->roothub.portstatus[wIndex-1]) 1889 &ohci->regs->roothub.a); in hc_start() 1890 ohci_writel(RH_HS_LPSC, &ohci->regs->roothub.status); in hc_start()
|
| H A D | ohci.h | 189 } roothub; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | ftdi-elan.c | 2218 retval = ftdi_read_pcimem(ftdi, roothub.a, &rh_a); in ftdi_elan_check_controller() 2255 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2261 roothub.portstatus[temp], RH_PS_LSDA); in ftdi_elan_check_controller() 2345 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_DRWE); in ftdi_elan_check_controller() 2357 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2364 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() 2369 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() 2373 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_LPSC); in ftdi_elan_check_controller() 2376 retval = ftdi_write_pcimem(ftdi, roothub.b, in ftdi_elan_check_controller() 2386 retval = ftdi_read_pcimem(ftdi, roothub.portstatus[temp], in ftdi_elan_check_controller()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | chipidea.rst | 122 2.4 Enable roothub's wakeup::
|