Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/include/asm/
Dcm.h50 unsigned long l2conf, line_sz; in mips_cm_l2_line_size() local
52 l2conf = __raw_readl(mips_cm_base() + GCR_L2_CONFIG); in mips_cm_l2_line_size()
54 line_sz = l2conf >> GCR_L2_CONFIG_LINESZ_SHIFT; in mips_cm_l2_line_size()