Home
last modified time | relevance | path

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

/netbsd/sys/arch/powerpc/oea/
H A Dcpu_subr.c176 { L2CR_L2SIZ, L2SIZ_2M, " 2MB" },
177 { L2CR_L2SIZ, L2SIZ_1M, " 1MB" },
178 { L2CR_L2SIZ, L2SIZ_512K, " 512KB" },
179 { L2CR_L2SIZ, L2SIZ_256K, " 256KB" },
/netbsd/sys/arch/powerpc/include/oea/
H A Dspr.h208 #define L2CR_L2SIZ 0x30000000 /* 2-3: L2 size */ macro