Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/misc/
A Dftdi-elan.c2197 u32 roothub_a; in ftdi_elan_check_controller() local
2245 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2347 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2350 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller()
2352 roothub_a |= RH_A_NOCP; in ftdi_elan_check_controller()
2353 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()
2354 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
2358 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller()
2359 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
2367 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in ftdi_elan_check_controller()
[all …]
/linux-6.3-rc2/drivers/usb/host/
A Du132-hcd.c1594 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()
1755 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in u132_run()
[all …]
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()
A Dohci-omap.c144 u32 rh = roothub_a (ohci); in ohci_omap_reset()
A Dohci-hcd.c508 ohci->num_ports = roothub_a(ohci) & RH_A_NDP; in ohci_init()
673 val = roothub_a (ohci); in ohci_run()
A Dohci.h718 static inline u32 roothub_a (struct ohci_hcd *hc) in roothub_a() function
A Dohci-dbg.c199 temp = roothub_a (controller); in ohci_dump_roothub()

Completed in 23 milliseconds