Searched defs:uhcrhda (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/host/
H A Dohci-pxa27x.c125 uint32_t uhcrhda = __raw_readl(ohci->mmio_base + UHCRHDA); local
130 uhcrhda |= RH_A_NPS;
133 uhcrhda &= ~(RH_A_NPS & RH_A_PSM);
136 uhcrhda &= ~(RH_A_NPS);
137 uhcrhda |= RH_A_PSM;
147 uhcrhda |= RH_A_NPS;
150 __raw_writel(uhcrhda, ohci->mmio_base + UHCRHDA);
163 uint32_t uhcrhda = __raw_readl(ohci->mmio_base + UHCRHDA); local
181 uhcrhda |= UHCRHDA_NOCP;
183 uhcrhda
[all...]

Completed in 29 milliseconds