Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-pxa27x.c128 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()
131 uhcrhda &= ~(RH_A_NPS & RH_A_PSM); in pxa27x_ohci_select_pmm()
134 uhcrhda &= ~(RH_A_NPS); in pxa27x_ohci_select_pmm()
145 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()
Dohci-hcd.c707 temp &= ~(RH_A_POTPGT | RH_A_NPS); in ohci_run()
714 temp |= RH_A_NPS; in ohci_run()
718 ohci_writel (ohci, (temp & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
Dohci-omap.c247 rh &= ~RH_A_NPS; in ohci_omap_init()
Dohci.h318 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Disp116x.h69 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Du132-hcd.c1658 if (!(roothub_a & RH_A_NPS)) { in u132_run()
1759 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run()
1764 roothub_a |= RH_A_NPS; in u132_run()
1773 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in u132_run()
2598 if (rh_a & RH_A_NPS) in u132_roothub_descriptor()
Dohci-hub.c564 if (rh & RH_A_NPS) /* no power switching? */ in ohci_hub_descriptor()
Dohci-dbg.c240 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
Disp116x-hcd.c1298 val &= ~(RH_A_NPS | RH_A_PSM); in isp116x_stop()
/drivers/usb/misc/
Dftdi-elan.c2357 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller()
2463 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()
2468 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller()
2477 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in ftdi_elan_check_controller()