Searched refs:RH_A_NPS (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-pxa27x.c49 UHCRHDA |= RH_A_NPS;
52 UHCRHDA &= ~(RH_A_NPS & RH_A_PSM);
55 UHCRHDA &= ~(RH_A_NPS);
66 UHCRHDA |= RH_A_NPS;
H A Dohci-hcd.c514 if (!(temp & RH_A_NPS)) {
606 temp &= ~(RH_A_POTPGT | RH_A_NPS);
612 temp |= RH_A_NPS;
616 ohci_writel (ohci, (temp & RH_A_NPS) ? 0 : RH_B_PPCM,
H A Dohci-omap.c243 rh &= ~RH_A_NPS;
H A Dohci.h318 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Disp116x.h69 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Dohci-dbg.c240 (temp & RH_A_NPS) ? " NPS" : "",
H A Dohci-hub.c487 if (rh & RH_A_NPS) /* no power switching? */
H A Du132-hcd.c1664 if (!(roothub_a & RH_A_NPS)) {
1764 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
1769 roothub_a |= RH_A_NPS;
1778 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM);
2544 if (rh_a & RH_A_NPS)
H A Disp116x-hcd.c1309 val &= ~(RH_A_NPS | RH_A_PSM);
1363 /* AN10003_1.pdf recommends RH_A_NPS (no power switching) to
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c2373 if (!(roothub_a & RH_A_NPS)) { /* power down each port */
2479 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
2484 roothub_a |= RH_A_NPS;
2493 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM);

Completed in 120 milliseconds