Home
last modified time | relevance | path

Searched refs:LMEM_PCCCR_REG (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/imx/drivers/
Dlmem.c205 LMEM_PCCCR_REG(base) = LMEM_PCCCR_INVW1_MASK | LMEM_PCCCR_INVW0_MASK; in LMEM_EnableCodeCache()
206 LMEM_PCCCR_REG(base) |= LMEM_PCCCR_GO_MASK; in LMEM_EnableCodeCache()
209 while (LMEM_PCCCR_REG(base) & LMEM_PCCCR_GO_MASK); in LMEM_EnableCodeCache()
212 LMEM_PCCCR_REG(base) = (LMEM_PCCCR_ENWRBUF_MASK | LMEM_PCCCR_ENCACHE_MASK); in LMEM_EnableCodeCache()
225 LMEM_PCCCR_REG(base) = 0x0; in LMEM_DisableCodeCache()
238 LMEM_PCCCR_REG(base) |= LMEM_PCCCR_PUSHW0_MASK | LMEM_PCCCR_PUSHW1_MASK; in LMEM_FlushCodeCache()
239 LMEM_PCCCR_REG(base) |= LMEM_PCCCR_GO_MASK; in LMEM_FlushCodeCache()
242 while (LMEM_PCCCR_REG(base) & LMEM_PCCCR_GO_MASK); in LMEM_FlushCodeCache()
294 LMEM_PCCCR_REG(base) |= LMEM_PCCCR_INVW0_MASK | LMEM_PCCCR_INVW1_MASK; in LMEM_InvalidateCodeCache()
295 LMEM_PCCCR_REG(base) |= LMEM_PCCCR_GO_MASK; in LMEM_InvalidateCodeCache()
[all …]
/hal_nxp-latest/imx/devices/MCIMX6X/
DMCIMX6X_M4.h25455 #define LMEM_PCCCR_REG(base) ((base)->PCCCR) macro
25603 #define LMEM_PCCCR LMEM_PCCCR_REG(LMEM_BASE_PTR)
/hal_nxp-latest/imx/devices/MCIMX7D/
DMCIMX7D_M4.h29501 #define LMEM_PCCCR_REG(base) ((base)->PCCCR) macro
29649 #define LMEM_PCCCR LMEM_PCCCR_REG(LMEM_BASE_PTR)