Searched refs:uhcrhda (Results 1 – 1 of 1) sorted by relevance
143 uint32_t uhcrhda = __raw_readl(pxa_ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm() local148 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()151 uhcrhda &= ~(RH_A_NPS | RH_A_PSM); in pxa27x_ohci_select_pmm()154 uhcrhda &= ~(RH_A_NPS); in pxa27x_ohci_select_pmm()155 uhcrhda |= RH_A_PSM; in pxa27x_ohci_select_pmm()165 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()168 __raw_writel(uhcrhda, pxa_ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm()225 uint32_t uhcrhda = __raw_readl(pxa_ohci->mmio_base + UHCRHDA); in pxa27x_setup_hc() local243 uhcrhda |= UHCRHDA_NOCP; in pxa27x_setup_hc()245 uhcrhda &= ~UHCRHDA_NOCP; in pxa27x_setup_hc()[all …]