Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dohci-pxa27x.c147 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()
150 uhcrhda &= ~(RH_A_NPS & RH_A_PSM); in pxa27x_ohci_select_pmm()
153 uhcrhda &= ~(RH_A_NPS); in pxa27x_ohci_select_pmm()
164 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()
Dohci-hcd.c659 val &= ~(RH_A_POTPGT | RH_A_NPS); in ohci_run()
666 val |= RH_A_NPS; in ohci_run()
670 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
Dohci-da8xx.c115 rh_a &= ~RH_A_NPS; in ohci_da8xx_init()
Dohci-omap.c262 rh &= ~RH_A_NPS; in ohci_omap_reset()
Dohci.h326 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Disp116x.h69 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Du132-hcd.c1654 if (!(roothub_a & RH_A_NPS)) { in u132_run()
1755 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run()
1760 roothub_a |= RH_A_NPS; in u132_run()
1769 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in u132_run()
2594 if (rh_a & RH_A_NPS) in u132_roothub_descriptor()
Dohci-hub.c548 if (rh & RH_A_NPS) /* no power switching? */ in ohci_hub_descriptor()
Dohci-dbg.c209 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
Disp1362.h380 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Disp1362-hcd.c2378 tmp &= ~(RH_A_NPS | RH_A_PSM); in isp1362_hc_stop()
2548 isp1362_hcd->rhdesca |= RH_A_NPS; in isp1362_hc_start()
Disp116x-hcd.c1301 val &= ~(RH_A_NPS | RH_A_PSM); in isp116x_stop()
/linux-4.1.27/drivers/usb/misc/
Dftdi-elan.c2327 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller()
2432 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()
2437 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller()
2446 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in ftdi_elan_check_controller()