Home
last modified time | relevance | path

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

/hal_nxp-latest/imx/drivers/
Dlmem.c55 LMEM_PSCCR_REG(base) = LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_INVW0_MASK; in LMEM_EnableSystemCache()
56 LMEM_PSCCR_REG(base) |= LMEM_PSCCR_GO_MASK; in LMEM_EnableSystemCache()
59 while (LMEM_PSCCR_REG(base) & LMEM_PSCCR_GO_MASK); in LMEM_EnableSystemCache()
62 LMEM_PSCCR_REG(base) = (LMEM_PSCCR_ENWRBUF_MASK | LMEM_PSCCR_ENCACHE_MASK); in LMEM_EnableSystemCache()
75 LMEM_PSCCR_REG(base) = 0x0; in LMEM_DisableSystemCache()
88 LMEM_PSCCR_REG(base) |= LMEM_PSCCR_PUSHW0_MASK | LMEM_PSCCR_PUSHW1_MASK ; in LMEM_FlushSystemCache()
89 LMEM_PSCCR_REG(base) |= LMEM_PSCCR_GO_MASK; in LMEM_FlushSystemCache()
92 while (LMEM_PSCCR_REG(base) & LMEM_PSCCR_GO_MASK); in LMEM_FlushSystemCache()
143 LMEM_PSCCR_REG(base) |= LMEM_PSCCR_INVW0_MASK | LMEM_PSCCR_INVW1_MASK; in LMEM_InvalidateSystemCache()
144 LMEM_PSCCR_REG(base) |= LMEM_PSCCR_GO_MASK; in LMEM_InvalidateSystemCache()
[all …]
/hal_nxp-latest/imx/devices/MCIMX6X/
DMCIMX6X_M4.h25459 #define LMEM_PSCCR_REG(base) ((base)->PSCCR) macro
25607 #define LMEM_PSCCR LMEM_PSCCR_REG(LMEM_BASE_PTR)
/hal_nxp-latest/imx/devices/MCIMX7D/
DMCIMX7D_M4.h29505 #define LMEM_PSCCR_REG(base) ((base)->PSCCR) macro
29653 #define LMEM_PSCCR LMEM_PSCCR_REG(LMEM_BASE_PTR)