Home
last modified time | relevance | path

Searched refs:sctlr (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/soc/xlnx/zynqmp/
Dsoc.c18 unsigned int sctlr = __get_SCTLR(); in soc_reset_hook() local
20 sctlr &= ~SCTLR_V_Msk; in soc_reset_hook()
21 __set_SCTLR(sctlr); in soc_reset_hook()
/Zephyr-latest/soc/renode/cortex_r8_virtual/
Dsoc.c19 unsigned int sctlr = __get_SCTLR(); in z_arm_platform_init() local
21 sctlr &= ~SCTLR_V_Msk; in z_arm_platform_init()
22 __set_SCTLR(sctlr); in z_arm_platform_init()
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxx/
Dsoc.c94 uint32_t sctlr = __get_SCTLR(); in soc_reset_hook() local
96 sctlr &= ~SCTLR_I_Msk; in soc_reset_hook()
97 sctlr &= ~SCTLR_C_Msk; in soc_reset_hook()
98 sctlr &= ~SCTLR_A_Msk; in soc_reset_hook()
99 __set_SCTLR(sctlr); in soc_reset_hook()
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxxs/
Dsoc.c94 uint32_t sctlr = __get_SCTLR(); in soc_reset_hook() local
96 sctlr &= ~SCTLR_I_Msk; in soc_reset_hook()
97 sctlr &= ~SCTLR_C_Msk; in soc_reset_hook()
98 sctlr &= ~SCTLR_A_Msk; in soc_reset_hook()
99 __set_SCTLR(sctlr); in soc_reset_hook()
/Zephyr-latest/soc/intel/intel_socfpga_std/cyclonev/
Dsoc.c75 unsigned int sctlr = __get_SCTLR(); /* modifying some registers prior to initialization */ in soc_early_init_hook() local
77 sctlr &= ~SCTLR_A_Msk; in soc_early_init_hook()
78 __set_SCTLR(sctlr); in soc_early_init_hook()
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dlib_helpers.h67 MAKE_REG_HELPER(sctlr, 0, 1, 0, 0);
/Zephyr-latest/include/zephyr/arch/arm64/
Dlib_helpers.h89 MAKE_REG_HELPER_EL123(sctlr)
/Zephyr-latest/include/zephyr/xen/public/
Darch-arm.h299 uint64_t sctlr; member