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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hub.c425 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) {
475 u32 rh = roothub_a (ohci);
H A Dohci-omap.c240 u32 rh = roothub_a (ohci);
H A Dohci-hcd.c438 ohci->num_ports = roothub_a(ohci) & RH_A_NDP;
513 temp = roothub_a (ohci);
601 temp = roothub_a (ohci);
H A Du132-hcd.c1616 u32 roothub_a; local
1661 retval = u132_read_pcimem(u132, roothub.a, &roothub_a);
1664 if (!(roothub_a & RH_A_NPS)) {
1758 retval = u132_read_pcimem(u132, roothub.a, &roothub_a);
1761 roothub_a &= ~(RH_A_PSM | RH_A_OCPM);
1763 roothub_a |= RH_A_NOCP;
1764 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
1765 retval = u132_write_pcimem(u132, roothub.a, roothub_a);
1769 roothub_a |= RH_A_NPS;
1770 retval = u132_write_pcimem(u132, roothub.a, roothub_a);
[all...]
H A Dohci.h664 static inline u32 roothub_a (struct ohci_hcd *hc) function
H A Dohci-dbg.c229 temp = roothub_a (controller);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c2322 u32 roothub_a; local
2370 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a);
2373 if (!(roothub_a & RH_A_NPS)) { /* power down each port */
2473 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a);
2476 roothub_a &= ~(RH_A_PSM | RH_A_OCPM);
2478 roothub_a |= RH_A_NOCP;
2479 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
2480 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a);
2484 roothub_a |= RH_A_NPS;
2485 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a);
[all...]

Completed in 60 milliseconds