Home
last modified time | relevance | path

Searched refs:LMEM_PSCCR_GO_MASK (Results 1 – 25 of 81) sorted by relevance

1234

/hal_nxp-latest/imx/drivers/
Dlmem.c56 LMEM_PSCCR_REG(base) |= LMEM_PSCCR_GO_MASK; in LMEM_EnableSystemCache()
59 while (LMEM_PSCCR_REG(base) & LMEM_PSCCR_GO_MASK); in LMEM_EnableSystemCache()
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()
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()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/cm4/
Dfsl_cache.c251 LMEM->PSCCR |= LMEM_PSCCR_INVW0_MASK | LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_InvalidateSystemCache()
254 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_InvalidateSystemCache()
303 LMEM->PSCCR |= LMEM_PSCCR_PUSHW0_MASK | LMEM_PSCCR_PUSHW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_CleanSystemCache()
306 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanSystemCache()
356 LMEM_PSCCR_GO_MASK; in L1CACHE_CleanInvalidateSystemCache()
359 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanInvalidateSystemCache()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/cm4/
Dfsl_cache.c251 LMEM->PSCCR |= LMEM_PSCCR_INVW0_MASK | LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_InvalidateSystemCache()
254 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_InvalidateSystemCache()
303 LMEM->PSCCR |= LMEM_PSCCR_PUSHW0_MASK | LMEM_PSCCR_PUSHW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_CleanSystemCache()
306 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanSystemCache()
356 LMEM_PSCCR_GO_MASK; in L1CACHE_CleanInvalidateSystemCache()
359 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanInvalidateSystemCache()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/cm4/
Dfsl_cache.c251 LMEM->PSCCR |= LMEM_PSCCR_INVW0_MASK | LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_InvalidateSystemCache()
254 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_InvalidateSystemCache()
303 LMEM->PSCCR |= LMEM_PSCCR_PUSHW0_MASK | LMEM_PSCCR_PUSHW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_CleanSystemCache()
306 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanSystemCache()
356 LMEM_PSCCR_GO_MASK; in L1CACHE_CleanInvalidateSystemCache()
359 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanInvalidateSystemCache()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cache/lmem/
Dfsl_cache.c251 LMEM->PSCCR |= LMEM_PSCCR_INVW0_MASK | LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_InvalidateSystemCache()
254 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_InvalidateSystemCache()
303 LMEM->PSCCR |= LMEM_PSCCR_PUSHW0_MASK | LMEM_PSCCR_PUSHW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_CleanSystemCache()
306 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanSystemCache()
356 LMEM_PSCCR_GO_MASK; in L1CACHE_CleanInvalidateSystemCache()
359 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanInvalidateSystemCache()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/cm4/
Dfsl_cache.c251 LMEM->PSCCR |= LMEM_PSCCR_INVW0_MASK | LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_InvalidateSystemCache()
254 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_InvalidateSystemCache()
303 LMEM->PSCCR |= LMEM_PSCCR_PUSHW0_MASK | LMEM_PSCCR_PUSHW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_CleanSystemCache()
306 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanSystemCache()
356 LMEM_PSCCR_GO_MASK; in L1CACHE_CleanInvalidateSystemCache()
359 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanInvalidateSystemCache()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/cm4/
Dfsl_cache.c251 LMEM->PSCCR |= LMEM_PSCCR_INVW0_MASK | LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_InvalidateSystemCache()
254 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_InvalidateSystemCache()
303 LMEM->PSCCR |= LMEM_PSCCR_PUSHW0_MASK | LMEM_PSCCR_PUSHW1_MASK | LMEM_PSCCR_GO_MASK; in L1CACHE_CleanSystemCache()
306 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanSystemCache()
356 LMEM_PSCCR_GO_MASK; in L1CACHE_CleanInvalidateSystemCache()
359 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) in L1CACHE_CleanInvalidateSystemCache()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lmem/
Dfsl_lmem_cache.c433 base->PSCCR |= LMEM_PSCCR_INVW0_MASK | LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_GO_MASK; in LMEM_SystemCacheInvalidateAll()
436 while (0U != (base->PSCCR & LMEM_PSCCR_GO_MASK)) in LMEM_SystemCacheInvalidateAll()
457 base->PSCCR |= LMEM_PSCCR_PUSHW0_MASK | LMEM_PSCCR_PUSHW1_MASK | LMEM_PSCCR_GO_MASK; in LMEM_SystemCachePushAll()
460 while (0U != (base->PSCCR & LMEM_PSCCR_GO_MASK)) in LMEM_SystemCachePushAll()
482 LMEM_PSCCR_GO_MASK; in LMEM_SystemCacheClearAll()
485 while (0U != (base->PSCCR & LMEM_PSCCR_GO_MASK)) in LMEM_SystemCacheClearAll()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/
Dsystem_MIMX8DX3_cm4.c116 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
118 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/
Dsystem_MIMX8QX1_cm4.c118 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
120 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX2/
Dsystem_MIMX8DX2_cm4.c118 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
120 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX6/
Dsystem_MIMX8DX6_cm4.c118 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
120 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX5/
Dsystem_MIMX8QX5_cm4.c118 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
120 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QM6/
Dsystem_MIMX8QM6_cm4_core0.c117 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
119 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) { in SystemInit()
Dsystem_MIMX8QM6_cm4_core1.c116 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
118 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) { in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX4/
Dsystem_MIMX8QX4_cm4.c116 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
118 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX6/
Dsystem_MIMX8QX6_cm4.c118 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
120 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX2/
Dsystem_MIMX8QX2_cm4.c118 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
120 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX5/
Dsystem_MIMX8DX5_cm4.c118 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
120 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX4/
Dsystem_MIMX8DX4_cm4.c116 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
118 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UX5/
Dsystem_MIMX8UX5_cm4.c119 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
121 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UX6/
Dsystem_MIMX8UX6_cm4.c119 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
121 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/
Dsystem_MIMX8QX3_cm4.c116 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
118 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX1/
Dsystem_MIMX8DX1_cm4.c118 LMEM->PSCCR |= LMEM_PSCCR_GO_MASK; in SystemInit()
120 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0UL) in SystemInit()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/
Dsystem_MIMXRT1176_cm4.c135 LMEM->PSCCR |= LMEM_PSCCR_INVW1_MASK | LMEM_PSCCR_INVW0_MASK | LMEM_PSCCR_GO_MASK; in SystemInit()
137 while ((LMEM->PSCCR & LMEM_PSCCR_GO_MASK) != 0U) { in SystemInit()

1234