Searched refs:RH_A_PSM (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/usb/host/
H A Dohci-pxa27x.c147 uhcrhda &= ~(RH_A_NPS | RH_A_PSM);
151 uhcrhda |= RH_A_PSM;
H A Dohci-ps3.c29 ohci_writel(ohci, 0x7f000000 | RH_A_PSM | RH_A_OCPM,
H A Dohci-da8xx.c263 rh_a |= RH_A_PSM;
H A Disp116x.h69 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Dohci-hub.c556 if (rh & RH_A_PSM) /* per-port power switching? */
H A Dohci.h326 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Disp116x-hcd.c1288 val &= ~(RH_A_NPS | RH_A_PSM);
1345 val |= RH_A_PSM;
H A Disp1362.h334 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Dohci-dbg.c211 (temp & RH_A_PSM) ? " PSM" : "",
H A Dohci-hcd.c682 val &= ~(RH_A_POTPGT | RH_A_NPS | RH_A_PSM | RH_A_OCPM);
H A Disp1362-hcd.c2368 tmp &= ~(RH_A_NPS | RH_A_PSM);
2540 isp1362_hcd->rhdesca |= RH_A_PSM;

Completed in 199 milliseconds