Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dcm.h51 unsigned long l2conf, line_sz; in mips_cm_l2_line_size() local
53 l2conf = __raw_readl(mips_cm_base() + GCR_L2_CONFIG); in mips_cm_l2_line_size()
55 line_sz = l2conf >> GCR_L2_CONFIG_LINESZ_SHIFT; in mips_cm_l2_line_size()