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

/drivers/usb/host/
H A Dohci-hub.c498 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) {
557 u32 rh = roothub_a (ohci);
H A Du132-hcd.c1608 u32 roothub_a; local
1651 retval = u132_read_pcimem(u132, roothub.a, &roothub_a);
1654 if (!(roothub_a & RH_A_NPS)) {
1749 retval = u132_read_pcimem(u132, roothub.a, &roothub_a);
1752 roothub_a &= ~(RH_A_PSM | RH_A_OCPM);
1754 roothub_a |= RH_A_NOCP;
1755 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
1756 retval = u132_write_pcimem(u132, roothub.a, roothub_a);
1760 roothub_a |= RH_A_NPS;
1761 retval = u132_write_pcimem(u132, roothub.a, roothub_a);
[all...]
H A Dohci-omap.c244 u32 rh = roothub_a (ohci);
H A Dohci.h718 static inline u32 roothub_a (struct ohci_hcd *hc) function
H A Dohci-hcd.c547 ohci->num_ports = roothub_a(ohci) & RH_A_NDP;
702 val = roothub_a (ohci);
H A Dohci-dbg.c251 temp = roothub_a (controller);
/drivers/usb/misc/
H A Dftdi-elan.c2307 u32 roothub_a; local
2355 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a);
2358 if (!(roothub_a & RH_A_NPS)) { /* power down each port */
2458 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a);
2461 roothub_a &= ~(RH_A_PSM | RH_A_OCPM);
2463 roothub_a |= RH_A_NOCP;
2464 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
2465 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a);
2469 roothub_a |= RH_A_NPS;
2470 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a);
[all...]

Completed in 537 milliseconds