Searched refs:LMEM_PSCCR_REG (Results 1 – 3 of 3) sorted by relevance
55 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 …]
25459 #define LMEM_PSCCR_REG(base) ((base)->PSCCR) macro25607 #define LMEM_PSCCR LMEM_PSCCR_REG(LMEM_BASE_PTR)
29505 #define LMEM_PSCCR_REG(base) ((base)->PSCCR) macro29653 #define LMEM_PSCCR LMEM_PSCCR_REG(LMEM_BASE_PTR)