Home
last modified time | relevance | path

Searched refs:CF_CACR_CINVA (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/configs/
H A DM53017EVB.h181 #define CONFIG_SYS_ICACHE_INV (CF_CACR_CINVA)
185 #define CONFIG_SYS_CACHE_ICACR (CF_CACR_EC | CF_CACR_CINVA | \
H A Dastro_mcf5373l.h290 #define CONFIG_SYS_ICACHE_INV (CF_CACR_CINVA)
294 #define CONFIG_SYS_CACHE_ICACR (CF_CACR_EC | CF_CACR_CINVA | \
H A DM5373EVB.h185 #define CONFIG_SYS_ICACHE_INV (CF_CACR_CINVA)
189 #define CONFIG_SYS_CACHE_ICACR (CF_CACR_EC | CF_CACR_CINVA | \
H A DM5329EVB.h185 #define CONFIG_SYS_ICACHE_INV (CF_CACR_CINVA)
189 #define CONFIG_SYS_CACHE_ICACR (CF_CACR_EC | CF_CACR_CINVA | \
H A Damcore.h94 #define CONFIG_SYS_ICACHE_INV (CF_CACR_CINVA)
/openbmc/u-boot/arch/m68k/include/asm/
H A Dcache.h60 #define CF_CACR_CINVA (1 << 24) macro
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A Dstart.S103 move.l #CF_CACR_CINVA, %d0
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dstart.S110 move.l #CF_CACR_CINVA, %d0 /* Invalidate cache cmd */