Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/lib/
H A Dcache.c40 gd->arch.l2_line_size = mips_cm_l2_line_size(); in probe_l2()
46 gd->arch.l2_line_size = sl ? (2 << sl) : 0; in probe_l2()
88 return gd->arch.l2_line_size; in scache_line_size()
/openbmc/u-boot/arch/mips/include/asm/
H A Dglobal_data.h28 unsigned short l2_line_size; member