Home
last modified time | relevance | path

Searched refs:RH_A_PSM (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-pxa27x.c151 uhcrhda &= ~(RH_A_NPS | RH_A_PSM); in pxa27x_ohci_select_pmm()
155 uhcrhda |= RH_A_PSM; in pxa27x_ohci_select_pmm()
H A Dohci-ps3.c29 ohci_writel(ohci, 0x7f000000 | RH_A_PSM | RH_A_OCPM, in ps3_ohci_hc_start()
H A Dohci-da8xx.c262 rh_a |= RH_A_PSM; in ohci_da8xx_reset()
H A Dohci.h326 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Disp116x.h69 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Disp116x-hcd.c1290 val &= ~(RH_A_NPS | RH_A_PSM); in isp116x_stop()
1347 val |= RH_A_PSM; in isp116x_start()
H A Dohci-hub.c553 if (rh & RH_A_PSM) /* per-port power switching? */ in ohci_hub_descriptor()
H A Dohci-dbg.c211 (temp & RH_A_PSM) ? " PSM" : "", in ohci_dump_roothub()
H A Disp1362.h334 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Dohci-hcd.c684 val &= ~(RH_A_POTPGT | RH_A_NPS | RH_A_PSM | RH_A_OCPM); in ohci_run()
H A Disp1362-hcd.c2370 tmp &= ~(RH_A_NPS | RH_A_PSM); in isp1362_hc_stop()
2542 isp1362_hcd->rhdesca |= RH_A_PSM; in isp1362_hc_start()
H A Du132-hcd.c1738 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in u132_run()
2579 if (rh_a & RH_A_PSM) in u132_roothub_descriptor()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h320 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Dau1x00_usb_ohci.c310 (temp & RH_A_PSM) ? " PSM" : "", in ohci_dump_roothub()
1040 if (temp & RH_A_PSM) /* per-port power switching? */ in ohci_submit_rh_msg()
1331 writel ((roothub_a (ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h336 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Dr8a66597.h610 #define RH_A_PSM BIT(8) /* power switching mode */ macro
H A Ddwc2.h751 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Dohci-hcd.c448 (temp & RH_A_PSM) ? " PSM" : "", in ohci_dump_roothub()
1407 if (temp & RH_A_PSM) /* per-port power switching? */ in ohci_submit_rh_msg()
1888 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
H A Dr8a66597-hcd.c685 if (temp & RH_A_PSM) in r8a66597_submit_rh_msg()
H A Ddwc2.c642 if (dsc & RH_A_PSM) in dwc_otg_submit_rh_msg_in_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2360 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller()