Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A 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()
H A Dohci-hcd.c684 val &= ~(RH_A_POTPGT | RH_A_NPS | RH_A_PSM | RH_A_OCPM); in ohci_run()
690 val |= RH_A_NPS; in ohci_run()
695 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
H A Dohci-omap.c251 rh &= ~RH_A_NPS; in ohci_omap_reset()
H A Dohci.h327 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Disp116x.h70 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Dohci-da8xx.c261 rh_a &= ~RH_A_NPS; in ohci_da8xx_reset()
H A Du132-hcd.c1640 if (!(roothub_a & RH_A_NPS)) { in u132_run()
1741 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run()
1746 roothub_a |= RH_A_NPS; in u132_run()
1755 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in u132_run()
2577 if (rh_a & RH_A_NPS) in u132_roothub_descriptor()
H A Dohci-hub.c554 if (rh & RH_A_NPS) /* no power switching? */ in ohci_hub_descriptor()
H A Disp1362.h335 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Dohci-dbg.c210 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
H A Disp1362-hcd.c2370 tmp &= ~(RH_A_NPS | RH_A_PSM); in isp1362_hc_stop()
2540 isp1362_hcd->rhdesca |= RH_A_NPS; in isp1362_hc_start()
H A Disp116x-hcd.c1290 val &= ~(RH_A_NPS | RH_A_PSM); in isp116x_stop()
1344 /* AN10003_1.pdf recommends RH_A_NPS (no power switching) to in isp116x_start()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-pxa27x.c145 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()
148 uhcrhda &= ~(RH_A_NPS | RH_A_PSM); in pxa27x_ohci_select_pmm()
151 uhcrhda &= ~(RH_A_NPS); in pxa27x_ohci_select_pmm()
162 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()
H A Dohci-hcd.c682 val &= ~(RH_A_POTPGT | RH_A_NPS | RH_A_PSM | RH_A_OCPM); in ohci_run()
688 val |= RH_A_NPS; in ohci_run()
693 ohci_writel (ohci, (val & RH_A_NPS) ? 0 : RH_B_PPCM, in ohci_run()
H A Disp116x.h70 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Dohci-da8xx.c262 rh_a &= ~RH_A_NPS; in ohci_da8xx_reset()
H A Dohci-omap.c147 rh &= ~RH_A_NPS; in ohci_omap_reset()
H A Dohci.h327 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Dohci-hub.c554 if (rh & RH_A_NPS) /* no power switching? */ in ohci_hub_descriptor()
H A Disp1362.h335 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Dohci-dbg.c210 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
H A Disp1362-hcd.c2368 tmp &= ~(RH_A_NPS | RH_A_PSM); in isp1362_hc_stop()
2538 isp1362_hcd->rhdesca |= RH_A_NPS; in isp1362_hc_start()
H A Disp116x-hcd.c1288 val &= ~(RH_A_NPS | RH_A_PSM); in isp116x_stop()
1342 /* AN10003_1.pdf recommends RH_A_NPS (no power switching) to in isp116x_start()
/kernel/linux/linux-5.10/drivers/usb/misc/
H A Dftdi-elan.c2258 if (!(roothub_a & RH_A_NPS)) { /* power down each port */ in ftdi_elan_check_controller()
2363 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()
2368 roothub_a |= RH_A_NPS; in ftdi_elan_check_controller()
2377 (roothub_a & RH_A_NPS) ? 0 : RH_B_PPCM); in ftdi_elan_check_controller()

Completed in 41 milliseconds