Home
last modified time | relevance | path

Searched refs:roothub_a (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c196 static inline u32 roothub_a(struct ohci *hc) in roothub_a() function
432 temp = roothub_a(controller); in ohci_dump_roothub()
1223 temp = roothub_a(controller); in rh_check_port_status()
1394 __u32 temp = roothub_a(ohci); in ohci_submit_rh_msg()
1886 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
/openbmc/linux/drivers/usb/host/
H A Dohci-hub.c482 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) { in ohci_hub_status_data()
542 u32 rh = roothub_a (ohci); in ohci_hub_descriptor()
H A Dohci-omap.c144 u32 rh = roothub_a (ohci); in ohci_omap_reset()
H A Dohci-hcd.c508 ohci->num_ports = roothub_a(ohci) & RH_A_NDP; in ohci_init()
673 val = roothub_a (ohci); in ohci_run()
H A Dohci.h718 static inline u32 roothub_a (struct ohci_hcd *hc) in roothub_a() function
H A Dohci-dbg.c199 temp = roothub_a (controller); in ohci_dump_roothub()