Searched refs:uhcrhda (Results 1 – 1 of 1) sorted by relevance
142 uint32_t uhcrhda = __raw_readl(pxa_ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm() local147 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()150 uhcrhda &= ~(RH_A_NPS & RH_A_PSM); in pxa27x_ohci_select_pmm()153 uhcrhda &= ~(RH_A_NPS); in pxa27x_ohci_select_pmm()154 uhcrhda |= RH_A_PSM; in pxa27x_ohci_select_pmm()164 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()167 __raw_writel(uhcrhda, pxa_ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm()224 uint32_t uhcrhda = __raw_readl(pxa_ohci->mmio_base + UHCRHDA); in pxa27x_setup_hc() local242 uhcrhda |= UHCRHDA_NOCP; in pxa27x_setup_hc()244 uhcrhda &= ~UHCRHDA_NOCP; in pxa27x_setup_hc()[all …]