Searched refs:CPACR (Results 1 – 2 of 2) sorted by relevance
89 SCB->CPACR &= (~(CPACR_CP10_Msk | CPACR_CP11_Msk)); in z_arm_floating_point_init()98 SCB->CPACR |= CPACR_CP10_FULL_ACCESS | CPACR_CP11_FULL_ACCESS; in z_arm_floating_point_init()101 SCB->CPACR |= CPACR_CP10_PRIV_ACCESS | CPACR_CP11_PRIV_ACCESS; in z_arm_floating_point_init()
59 SCB->CPACR |= ((3U << 10U * 2U) | (3U << 11U * 2U)); in memory_setup()