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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hub.c502 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) {
561 u32 rh = roothub_a (ohci);
H A Du132-hcd.c1607 u32 roothub_a; local
1650 retval = u132_read_pcimem(u132, roothub.a, &roothub_a);
1653 if (!(roothub_a & RH_A_NPS)) {
1748 retval = u132_read_pcimem(u132, roothub.a, &roothub_a);
1751 roothub_a &= ~(RH_A_PSM | RH_A_OCPM);
1753 roothub_a |= RH_A_NOCP;
1754 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
1755 retval = u132_write_pcimem(u132, roothub.a, roothub_a);
1759 roothub_a |= RH_A_NPS;
1760 retval = u132_write_pcimem(u132, roothub.a, roothub_a);
[all...]
H A Dohci-omap.c244 u32 rh = roothub_a (ohci);
H A Dohci.h717 static inline u32 roothub_a (struct ohci_hcd *hc) function
H A Dohci-hcd.c551 ohci->num_ports = roothub_a(ohci) & RH_A_NDP;
706 val = roothub_a (ohci);
H A Dohci-dbg.c229 temp = roothub_a (controller);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c2304 u32 roothub_a; local
2352 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a);
2355 if (!(roothub_a & RH_A_NPS)) { /* power down each port */
2455 retval = ftdi_read_pcimem(ftdi, roothub.a, &roothub_a);
2458 roothub_a &= ~(RH_A_PSM | RH_A_OCPM);
2460 roothub_a |= RH_A_NOCP;
2461 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
2462 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a);
2466 roothub_a |= RH_A_NPS;
2467 retval = ftdi_write_pcimem(ftdi, roothub.a, roothub_a);
[all...]

Completed in 87 milliseconds