Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/misc/
Dftdi-elan.c2237 u32 roothub_a; in ftdi_elan_check_controller() local
2285 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2288 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller()
2387 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a); in ftdi_elan_check_controller()
2390 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller()
2392 roothub_a |= RH_A_NOCP; in ftdi_elan_check_controller()
2393 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()
2394 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
2398 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller()
2399 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a); in ftdi_elan_check_controller()
[all …]
/Linux-v4.19/drivers/usb/host/
Du132-hcd.c1597 u32 roothub_a; in u132_run() local
1640 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run()
1643 if (!(roothub_a & RH_A_NPS)) { in u132_run()
1738 retval = u132_read_pcimem(u132, roothub.a, &roothub_a); in u132_run()
1741 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in u132_run()
1743 roothub_a |= RH_A_NOCP; in u132_run()
1744 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run()
1745 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run()
1749 roothub_a |= RH_A_NPS; in u132_run()
1750 retval = u132_write_pcimem(u132, roothub.a, roothub_a); in u132_run()
[all …]
Dohci-hub.c479 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) { in ohci_hub_status_data()
539 u32 rh = roothub_a (ohci); in ohci_hub_descriptor()
Dohci-omap.c256 u32 rh = roothub_a (ohci); in ohci_omap_reset()
Dohci-hcd.c500 ohci->num_ports = roothub_a(ohci) & RH_A_NDP; in ohci_init()
658 val = roothub_a (ohci); in ohci_run()
Dohci.h716 static inline u32 roothub_a (struct ohci_hcd *hc) in roothub_a() function
Dohci-dbg.c199 temp = roothub_a (controller); in ohci_dump_roothub()