Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c1432 uint32_t l2siz = L2CTL_L2SIZ_GET(l2ctl); in cpu_startup() local
1433 uint32_t l2banks = l2siz >> 16; in cpu_startup()
1436 l2siz >>= 1; in cpu_startup()
1468 board_info_add_number("l2-cache-size", l2siz); in cpu_startup()