Searched refs:roothub_a (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | ftdi-elan.c | 2207 u32 roothub_a; in ftdi_elan_check_controller() local 2255 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2258 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller() 2357 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2360 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller() 2362 roothub_a |= RH_A_NOCP; in ftdi_elan_check_controller() 2363 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller() 2364 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() 2368 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller() 2369 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 103 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | u132-hcd.c | 1594 u32 roothub_a; in u132_run() local 1637 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run() 1640 if (!(roothub_a & RH_A_NPS)) { in u132_run() 1735 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run() 1738 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in u132_run() 1740 roothub_a |= RH_A_NOCP; in u132_run() 1741 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run() 1742 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run() 1746 roothub_a |= RH_A_NPS; in u132_run() 1747 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run() [all …]
|
| H A D | ohci-hub.c | 479 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) { in ohci_hub_status_data() 539 u32 rh = roothub_a (ohci); in ohci_hub_descriptor()
|
| H A D | ohci-omap.c | 248 u32 rh = roothub_a (ohci); in ohci_omap_reset()
|
| H A D | ohci-hcd.c | 510 ohci->num_ports = roothub_a(ohci) & RH_A_NDP; in ohci_init() 675 val = roothub_a (ohci); in ohci_run()
|
| H A D | ohci.h | 718 static inline u32 roothub_a (struct ohci_hcd *hc) in roothub_a() function
|
| H A D | ohci-dbg.c | 199 temp = roothub_a (controller); in ohci_dump_roothub()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 200 static inline u32 roothub_a(struct ohci *hc) in roothub_a() function 436 temp = roothub_a(controller); in ohci_dump_roothub() 1227 temp = roothub_a(controller); in rh_check_port_status() 1398 __u32 temp = roothub_a(ohci); in ohci_submit_rh_msg() 1888 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
|