Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c103 static u32 roothub_a (struct ohci *hc) in roothub_a() function
300 temp = roothub_a (controller); in ohci_dump_roothub()
867 temp = roothub_a (controller); in rh_check_port_status()
1034 __u32 temp = roothub_a (&gohci); in ohci_submit_rh_msg()
1331 writel ((roothub_a (ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
1337 mdelay ((roothub_a (ohci) >> 23) & 0x1fe); in hc_start()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c200 static inline u32 roothub_a(struct ohci *hc) in roothub_a() function
436 temp = roothub_a(controller); in ohci_dump_roothub()
1228 temp = roothub_a(controller); in rh_check_port_status()
1399 __u32 temp = roothub_a(ohci); in ohci_submit_rh_msg()
1889 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()