Searched refs:roothub (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | ohci-hub.c | 99 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend() 478 ohci_readl (ohci, &ohci->regs->roothub.a) & RH_A_NDP); in ohci_hub_status_data() 584 status = ohci_readl(ohci, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset() 589 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset() 616 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset() 691 &ohci->regs->roothub.status); in ohci_hub_control() 732 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control() 775 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control() 779 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
|
D | ohci.h | 241 } roothub; member 709 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 714 temp = ohci_readl (hc, &hc->regs->roothub.register); \ 720 { return ohci_readl (hc, &hc->regs->roothub.b); } in roothub_b() 722 { return ohci_readl (hc, &hc->regs->roothub.status); } in roothub_status()
|
D | u132-hcd.c | 447 retval = u132_read_pcimem(u132, roothub.status, in read_roothub_info() 454 retval = u132_read_pcimem(u132, roothub.a, &u132->hc_roothub_a); in read_roothub_info() 464 retval = u132_read_pcimem(u132, roothub.portstatus[i], in read_roothub_info() 1578 retval = u132_read_pcimem(u132, roothub.a, &rh_a); in u132_init() 1648 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run() 1655 roothub.portstatus[temp], RH_PS_LSDA); in u132_run() 1734 retval = u132_write_pcimem(u132, roothub.status, RH_HS_DRWE); in u132_run() 1746 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run() 1753 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run() 1758 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run() [all …]
|
D | ohci-ps3.c | 42 &ohci->regs->roothub.a); in ps3_ohci_hc_start() 43 ohci_writel(ohci, 0x00060000, &ohci->regs->roothub.b); in ps3_ohci_hc_start()
|
D | ohci-hcd.c | 647 ohci_writel (ohci, RH_HS_DRWE, &ohci->regs->roothub.status); in ohci_run() 661 ohci_writel (ohci, val, &ohci->regs->roothub.a); in ohci_run() 668 ohci_writel (ohci, val, &ohci->regs->roothub.a); in ohci_run() 670 ohci_writel (ohci, RH_HS_LPSC, &ohci->regs->roothub.status); in ohci_run() 672 &ohci->regs->roothub.b); in ohci_run() 1132 &ohci->regs->roothub.portstatus[port]); in ohci_resume()
|
D | ohci-da8xx.c | 113 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_init() 124 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_init()
|
D | ohci-omap.c | 187 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]); in start_hnp() 278 ohci_writel(ohci, rh, &ohci->regs->roothub.a); in ohci_omap_reset()
|
/linux-4.4.14/drivers/usb/misc/ |
D | ftdi-elan.c | 2287 retval = ftdi_read_pcimem(ftdi, roothub.a, &rh_a); in ftdi_elan_check_controller() 2324 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2330 roothub.portstatus[temp], RH_PS_LSDA); in ftdi_elan_check_controller() 2414 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_DRWE); in ftdi_elan_check_controller() 2426 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2433 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() 2438 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() 2442 retval = ftdi_write_pcimem(ftdi, roothub.status, RH_HS_LPSC); in ftdi_elan_check_controller() 2445 retval = ftdi_write_pcimem(ftdi, roothub.b, in ftdi_elan_check_controller() 2455 retval = ftdi_read_pcimem(ftdi, roothub.portstatus[temp], in ftdi_elan_check_controller()
|
/linux-4.4.14/Documentation/usb/ |
D | chipidea.txt | 84 2.4 Enable roothub's wakeup
|