Lines Matching refs:LMEM_PSCCR_REG
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()
147 while (LMEM_PSCCR_REG(base) & LMEM_PSCCR_GO_MASK); in LMEM_InvalidateSystemCache()