Searched refs:uhcrhda (Results 1 – 1 of 1) sorted by relevance
124 uint32_t uhcrhda = __raw_readl(ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm() local129 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()132 uhcrhda &= ~(RH_A_NPS & RH_A_PSM); in pxa27x_ohci_select_pmm()135 uhcrhda &= ~(RH_A_NPS); in pxa27x_ohci_select_pmm()136 uhcrhda |= RH_A_PSM; in pxa27x_ohci_select_pmm()146 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()149 __raw_writel(uhcrhda, ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm()162 uint32_t uhcrhda = __raw_readl(ohci->mmio_base + UHCRHDA); in pxa27x_setup_hc() local180 uhcrhda |= UHCRHDA_NOCP; in pxa27x_setup_hc()182 uhcrhda &= ~UHCRHDA_NOCP; in pxa27x_setup_hc()[all …]