Searched refs:CSSELR (Results 1 – 7 of 7) sorted by relevance
103 stcopr r1, CSSELR // select current cache level in csselr133 stcopr r6, CSSELR //select cache level 0 in csselr
525 __IOM uint32_t CSSELR; /*!< Offset: 0x084 (R/W) Cache Size Selection Register */ member2130 SCB->CSSELR = (0U << 1U) | 0U; /* Level 1 data cache */ in SCB_EnableDCache()2168 SCB->CSSELR = (0U << 1U) | 0U; /* Level 1 data cache */ in SCB_DisableDCache()2205 SCB->CSSELR = (0U << 1U) | 0U; /* Level 1 data cache */ in SCB_InvalidateDCache()2240 SCB->CSSELR = (0U << 1U) | 0U; /* Level 1 data cache */ in SCB_CleanDCache()2275 SCB->CSSELR = (0U << 1U) | 0U; /* Level 1 data cache */ in SCB_CleanInvalidateDCache()
53 CSSELR=0x00000002 key
249 DEFINE_COPROCR_RW_FUNCS(csselr, CSSELR) in DEFINE_SYSREG_RW_FUNCS()
544 #define CSSELR p15, 2, c0, c0, 0 macro