Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/nds32/include/asm/
H A Dcache.h30 enum cache_t {ICACHE, DCACHE}; enum
/openbmc/u-boot/arch/nds32/lib/
H A Dcache.c30 static inline unsigned long CACHE_LINE_SIZE(enum cache_t cache) in CACHE_LINE_SIZE()