Home
last modified time | relevance | path

Searched refs:ICM_CFG_MSK_ISET (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/nds32/include/asm/
H A Dcache.h37 #define ICM_CFG_MSK_ISET (0x7 << ICM_CFG_OFF_ISET) macro
/openbmc/u-boot/arch/nds32/lib/
H A Dcache.c13 return 64 << ((GET_ICM_CFG() & ICM_CFG_MSK_ISET) \ in CACHE_SET()