Searched refs:LMEM_PSCSAR_REG (Results 1 – 3 of 3) sorted by relevance
108 LMEM_PSCSAR_REG(base) = ((uint32_t)address & LMEM_PSCSAR_PHYADDR_MASK) | LMEM_PSCSAR_LGO_MASK; in LMEM_FlushSystemCacheLine()111 while (LMEM_PSCSAR_REG(base) & LMEM_PSCSAR_LGO_MASK); in LMEM_FlushSystemCacheLine()166 LMEM_PSCSAR_REG(base) = ((uint32_t)address & LMEM_PSCSAR_PHYADDR_MASK) | LMEM_PSCSAR_LGO_MASK; in LMEM_InvalidateSystemCacheLine()169 while (LMEM_PSCSAR_REG(base) & LMEM_PSCSAR_LGO_MASK); in LMEM_InvalidateSystemCacheLine()
25461 #define LMEM_PSCSAR_REG(base) ((base)->PSCSAR) macro25609 #define LMEM_PSCSAR LMEM_PSCSAR_REG(LMEM_BASE_PTR)
29507 #define LMEM_PSCSAR_REG(base) ((base)->PSCSAR) macro29655 #define LMEM_PSCSAR LMEM_PSCSAR_REG(LMEM_BASE_PTR)