Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dc-r4k.c1009 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()
1023 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()
1037 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()
1058 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()
1091 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()
1106 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache()
/linux/arch/mips/include/asm/
H A Dmipsregs.h635 #define CONF_IB (_ULCAST_(1) << 5) macro