Searched refs:CONF_IC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dc-r4k.c773 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
788 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
802 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
823 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
864 icache_size = 1 << (10 + ((config & CONF_IC) >> 9));
881 icache_size = 1 << (10 + ((config & CONF_IC) >> 9));
898 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
915 icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmipsregs.h493 #define CONF_IC (_ULCAST_(7) << 9) macro

Completed in 38 milliseconds