Searched full:lpcr (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_snvs.c | 71 uint32_t lpcr; member 99 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()
|
/freebsd/sys/powerpc/aim/ |
H A D | mp_cpudep.c | 97 * reset LPCR otherwise in cpudep_ap_early_bootstrap() 102 mtspr(SPR_LPCR, lpcr); in cpudep_ap_early_bootstrap() 410 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | lpcr | in cpudep_ap_setup()
|
H A D | mmu_radix.c | 2342 uint64_t lpcr; in mmu_radix_bootstrap() local 2352 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() local 2383 lpcr = mfspr(SPR_LPCR); in mmu_radix_cpu_bootstrap() 2384 mtspr(SPR_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in mmu_radix_cpu_bootstrap()
|
H A D | trap_subr64.S | 326 * or the LPCR ILE bit automatically. However, the entry into this
|
/freebsd/sys/powerpc/powernv/ |
H A D | platform_powernv.c | 169 /* Direct interrupts to SRR instead of HSRR and reset LPCR otherwise */ in powernv_attach() 174 lpcr |= LPCR_HVICE; in powernv_attach() 177 lpcr |= LPCR_ILE; in powernv_attach() 180 mtspr(SPR_LPCR, lpcr); in powernv_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | fsl,sec-v4.0-mon.yaml | 125 SNVS_LP LPCR register.
|
/freebsd/sys/powerpc/include/ |
H A D | cpu.h | 143 extern register_t lpcr;
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_lpc.c | 312 dsdt_line(" OperationRegion (LPCR, PCI_Config, 0x00, 0x100)"); in pci_lpc_write_dsdt() 313 dsdt_line(" Field (LPCR, AnyAcc, NoLock, Preserve)"); in pci_lpc_write_dsdt()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | cpu.c | 275 register_t lpcr = LPCR_LPES; variable
|