Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/misc/
Dftdi-elan.c2276 u32 roothub_a; in ftdi_elan_check_controller() local
2324 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2327 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller()
2426 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2429 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller()
2431 roothub_a |= RH_A_NOCP; in ftdi_elan_check_controller()
2432 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()
2433 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
2437 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller()
2438 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
[all …]
/linux-4.1.27/drivers/usb/host/
Du132-hcd.c1608 u32 roothub_a; in u132_run() local
1651 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run()
1654 if (!(roothub_a & RH_A_NPS)) { in u132_run()
1749 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run()
1752 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in u132_run()
1754 roothub_a |= RH_A_NOCP; in u132_run()
1755 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run()
1756 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run()
1760 roothub_a |= RH_A_NPS; in u132_run()
1761 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run()
[all …]
Dohci-hub.c476 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) { in ohci_hub_status_data()
536 u32 rh = roothub_a (ohci); in ohci_hub_descriptor()
Dohci-omap.c259 u32 rh = roothub_a (ohci); in ohci_omap_reset()
Dohci-hcd.c495 ohci->num_ports = roothub_a(ohci) & RH_A_NDP; in ohci_init()
654 val = roothub_a (ohci); in ohci_run()
Dohci.h717 static inline u32 roothub_a (struct ohci_hcd *hc) in roothub_a() function
Dohci-dbg.c198 temp = roothub_a (controller); in ohci_dump_roothub()