Searched refs:cc_block (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/parisc/include/asm/
H A Dpdc.h386 cc_block: 4, /* to determine most efficient stride */ member in struct:pdc_cache_cf
388 cc_shift: 2, /* how much to shift cc_block left */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dcache.c143 * (1 << (cc_block-1)) * (cc_line << (4 + cnf.cc_shift))
148 #define CAFL_STRIDE(cnf) (cnf.cc_line << (3 + cnf.cc_block + cnf.cc_shift))

Completed in 163 milliseconds