HomeSort by: relevance | last modified time | path
    Searched refs:L1CFG_CSIZE_GET (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbppc/mpc85xx/
machdep.c 655 ci->ci_ci.dcache_size = L1CFG_CSIZE_GET(l1cfg0);
661 ci->ci_ci.icache_size = L1CFG_CSIZE_GET(l1cfg1);
786 L1CFG_CSIZE_GET(l1cfg0) >> 10,
796 L1CFG_CSIZE_GET(l1cfg1) >> 10,
  /src/sys/arch/powerpc/include/booke/
spr.h 366 #define L1CFG_CSIZE_GET(n) ((((n) >> 0) & 0x7ff) << 10)

Completed in 12 milliseconds