Home
last modified time | relevance | path

Searched refs:actlr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/arm/core/cortex_a_r/
Dtcm.c12 uint32_t actlr; in z_arm_tcm_disable_ecc() local
14 actlr = __get_ACTLR(); in z_arm_tcm_disable_ecc()
15 actlr &= ~(ACTLR_ATCMPCEN_Msk | ACTLR_B0TCMPCEN_Msk | in z_arm_tcm_disable_ecc()
17 __set_ACTLR(actlr); in z_arm_tcm_disable_ecc()
/Zephyr-latest/include/zephyr/arch/arm64/
Dlib_helpers.h82 MAKE_REG_HELPER_EL123(actlr)