Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dohci-pxa27x.c133 uhcrhda &= ~(RH_A_NPS & RH_A_PSM); in pxa27x_ohci_select_pmm()
137 uhcrhda |= RH_A_PSM; in pxa27x_ohci_select_pmm()
Dohci-ps3.c41 ohci_writel(ohci, 0x7f000000 | RH_A_PSM | RH_A_OCPM, in ps3_ohci_hc_start()
Dohci-da8xx.c116 rh_a |= RH_A_PSM; in ohci_da8xx_init()
Dohci.h317 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
Disp116x.h68 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
Dohci-hub.c571 if (rh & RH_A_PSM) /* per-port power switching? */ in ohci_hub_descriptor()
Disp116x-hcd.c1299 val &= ~(RH_A_NPS | RH_A_PSM); in isp116x_stop()
1356 val |= RH_A_PSM; in isp116x_start()
Dohci-dbg.c263 (temp & RH_A_PSM) ? " PSM" : "", in ohci_dump_roothub()
Dohci-hcd.c703 val &= ~(RH_A_PSM | RH_A_OCPM); in ohci_run()
Disp1362.h384 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
Disp1362-hcd.c2407 tmp &= ~(RH_A_NPS | RH_A_PSM); in isp1362_hc_stop()
2579 isp1362_hcd->rhdesca |= RH_A_PSM; in isp1362_hc_start()
Du132-hcd.c1752 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in u132_run()
2596 if (rh_a & RH_A_PSM) in u132_roothub_descriptor()
/linux-3.4.99/drivers/usb/misc/
Dftdi-elan.c2461 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller()