Home
last modified time | relevance | path

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

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