Searched refs:uhcrhda (Results 1 – 1 of 1) sorted by relevance
125 uint32_t uhcrhda = __raw_readl(ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm() local130 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()133 uhcrhda &= ~(RH_A_NPS & RH_A_PSM); in pxa27x_ohci_select_pmm()136 uhcrhda &= ~(RH_A_NPS); in pxa27x_ohci_select_pmm()137 uhcrhda |= RH_A_PSM; in pxa27x_ohci_select_pmm()147 uhcrhda |= RH_A_NPS; in pxa27x_ohci_select_pmm()150 __raw_writel(uhcrhda, ohci->mmio_base + UHCRHDA); in pxa27x_ohci_select_pmm()163 uint32_t uhcrhda = __raw_readl(ohci->mmio_base + UHCRHDA); in pxa27x_setup_hc() local181 uhcrhda |= UHCRHDA_NOCP; in pxa27x_setup_hc()183 uhcrhda &= ~UHCRHDA_NOCP; in pxa27x_setup_hc()[all …]