Searched refs:lpcr (Results 1 – 6 of 6) sorted by relevance
71 uint32_t lpcr; member99 sc->lpcr |= LPCR_SRTC_ENV; in snvs_rtc_enable()101 sc->lpcr &= ~LPCR_SRTC_ENV; in snvs_rtc_enable()102 WR4(sc, SNVS_LPCR, sc->lpcr); in snvs_rtc_enable()105 enbit = sc->lpcr & LPCR_SRTC_ENV; in snvs_rtc_enable()
102 mtspr(SPR_LPCR, lpcr); in cpudep_ap_early_bootstrap()410 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | lpcr | in cpudep_ap_setup()
2342 uint64_t lpcr; in mmu_radix_bootstrap() local2352 lpcr = mfspr(SPR_LPCR); in mmu_radix_bootstrap()2353 mtspr(SPR_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in mmu_radix_bootstrap()2379 uint64_t lpcr; in mmu_radix_cpu_bootstrap() local2383 lpcr = mfspr(SPR_LPCR); in mmu_radix_cpu_bootstrap()2384 mtspr(SPR_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in mmu_radix_cpu_bootstrap()
174 lpcr |= LPCR_HVICE; in powernv_attach() 177 lpcr |= LPCR_ILE; in powernv_attach() 180 mtspr(SPR_LPCR, lpcr); in powernv_attach()
143 extern register_t lpcr;
275 register_t lpcr = LPCR_LPES; variable