Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci-pxa27x.c148 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()
151 uhcrhda &= ~(RH_A_NPS & RH_A_PSM); in pxa27x_ohci_select_pmm()
154 uhcrhda &= ~(RH_A_NPS); in pxa27x_ohci_select_pmm()
165 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()
Dohci-hcd.c663 val &= ~(RH_A_POTPGT | RH_A_NPS); in ohci_run()
670 val |= RH_A_NPS; in ohci_run()
674 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
Dohci-omap.c259 rh &= ~RH_A_NPS; in ohci_omap_reset()
Dohci.h327 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Dohci-da8xx.c290 rh_a &= ~RH_A_NPS; in ohci_da8xx_reset()
Disp116x.h70 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Du132-hcd.c1643 if (!(roothub_a & RH_A_NPS)) { in u132_run()
1744 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run()
1749 roothub_a |= RH_A_NPS; in u132_run()
1758 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in u132_run()
2580 if (rh_a & RH_A_NPS) in u132_roothub_descriptor()
Dohci-hub.c551 if (rh & RH_A_NPS) /* no power switching? */ in ohci_hub_descriptor()
Dohci-dbg.c210 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
Disp1362.h335 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Disp1362-hcd.c2380 tmp &= ~(RH_A_NPS | RH_A_PSM); in isp1362_hc_stop()
2550 isp1362_hcd->rhdesca |= RH_A_NPS; in isp1362_hc_start()
Disp116x-hcd.c1290 val &= ~(RH_A_NPS | RH_A_PSM); in isp116x_stop()
/Linux-v4.19/drivers/usb/misc/
Dftdi-elan.c2288 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller()
2393 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()
2398 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller()
2407 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in ftdi_elan_check_controller()