Searched refs:roothub_a (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/misc/ |
D | ftdi-elan.c | 2241 u32 roothub_a; in ftdi_elan_check_controller() local 2289 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2292 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller() 2391 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller() 2394 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller() 2396 roothub_a |= RH_A_NOCP; in ftdi_elan_check_controller() 2397 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller() 2398 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() 2402 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller() 2403 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller() [all …]
|
/drivers/usb/host/ |
D | u132-hcd.c | 1601 u32 roothub_a; in u132_run() local 1644 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run() 1647 if (!(roothub_a & RH_A_NPS)) { in u132_run() 1742 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run() 1745 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in u132_run() 1747 roothub_a |= RH_A_NOCP; in u132_run() 1748 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run() 1749 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run() 1753 roothub_a |= RH_A_NPS; in u132_run() 1754 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run() [all …]
|
D | ohci-hub.c | 478 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) { in ohci_hub_status_data() 538 u32 rh = roothub_a (ohci); in ohci_hub_descriptor()
|
D | ohci-omap.c | 254 u32 rh = roothub_a (ohci); in ohci_omap_reset()
|
D | ohci-hcd.c | 508 ohci->num_ports = roothub_a(ohci) & RH_A_NDP; in ohci_init() 667 val = roothub_a (ohci); in ohci_run()
|
D | ohci.h | 718 static inline u32 roothub_a (struct ohci_hcd *hc) in roothub_a() function
|
D | ohci-dbg.c | 198 temp = roothub_a (controller); in ohci_dump_roothub()
|