Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c655 ci->ci_ci.dcache_size = L1CFG_CSIZE_GET(l1cfg0); in cpu_probe_cache()
661 ci->ci_ci.icache_size = L1CFG_CSIZE_GET(l1cfg1); in cpu_probe_cache()
786 L1CFG_CSIZE_GET(l1cfg0) >> 10, in cpu_print_info()
796 L1CFG_CSIZE_GET(l1cfg1) >> 10, in cpu_print_info()
/netbsd-src/sys/arch/powerpc/include/booke/
H A Dspr.h366 #define L1CFG_CSIZE_GET(n) ((((n) >> 0) & 0x7ff) << 10) macro