scache_size       113 arch/mips/mm/c-r4k.c static unsigned long scache_size __read_mostly;
scache_size       414 arch/mips/mm/c-r4k.c 	if (scache_size == 0)
scache_size       432 arch/mips/mm/c-r4k.c 	if (scache_size == 0)
scache_size       450 arch/mips/mm/c-r4k.c 	if (scache_size == 0)
scache_size       865 arch/mips/mm/c-r4k.c 		if (size >= scache_size) {
scache_size       906 arch/mips/mm/c-r4k.c 		if (size >= scache_size) {
scache_size      1555 arch/mips/mm/c-r4k.c 	scache_size = addr;
scache_size      1567 arch/mips/mm/c-r4k.c 	scache_size = 512*1024;
scache_size      1571 arch/mips/mm/c-r4k.c 	c->scache.waysize = scache_size / (c->scache.ways);
scache_size      1572 arch/mips/mm/c-r4k.c 	c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways);
scache_size      1574 arch/mips/mm/c-r4k.c 	       scache_size >> 10, way_string[c->scache.ways], c->scache.linesz);
scache_size      1593 arch/mips/mm/c-r4k.c 	scache_size = c->scache.sets *
scache_size      1597 arch/mips/mm/c-r4k.c 	scache_size *= 4;
scache_size      1599 arch/mips/mm/c-r4k.c 	c->scache.waysize = scache_size / c->scache.ways;
scache_size      1601 arch/mips/mm/c-r4k.c 	       scache_size >> 10, way_string[c->scache.ways], c->scache.linesz);
scache_size      1602 arch/mips/mm/c-r4k.c 	if (scache_size)
scache_size      1636 arch/mips/mm/c-r4k.c 		scache_size = 0x80000 << ((config & R10K_CONF_SS) >> 16);
scache_size      1675 arch/mips/mm/c-r4k.c 				scache_size = c->scache.ways * c->scache.sets * c->scache.linesz;
scache_size      1677 arch/mips/mm/c-r4k.c 				       scache_size >> 10,
scache_size      1693 arch/mips/mm/c-r4k.c 	c->scache.waysize = scache_size / c->scache.ways;
scache_size      1695 arch/mips/mm/c-r4k.c 	c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways);
scache_size      1698 arch/mips/mm/c-r4k.c 	       scache_size >> 10, way_string[c->scache.ways], c->scache.linesz);
scache_size        21 arch/mips/mm/sc-ip22.c static unsigned long scache_size;
scache_size       171 arch/mips/mm/sc-ip22.c 	scache_size = size;
scache_size        20 arch/mips/mm/sc-r5k.c static unsigned long scache_size;
scache_size        28 arch/mips/mm/sc-r5k.c 	unsigned long end = start + scache_size;
scache_size        43 arch/mips/mm/sc-r5k.c 	if (size >= scache_size) {
scache_size        87 arch/mips/mm/sc-r5k.c 	scache_size = (512 * 1024) << ((config & R5K_CONF_SS) >> 20);
scache_size        90 arch/mips/mm/sc-r5k.c 			scache_size >> 10);
scache_size       142 arch/mips/mm/sc-rm7k.c 	for (i = 0; i < scache_size; i += sc_lsize)
scache_size       239 arch/mips/mm/sc-rm7k.c 	c->scache.waybit= __ffs(scache_size / c->scache.ways);
scache_size       240 arch/mips/mm/sc-rm7k.c 	c->scache.waysize = scache_size / c->scache.ways;
scache_size       241 arch/mips/mm/sc-rm7k.c 	c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways);
scache_size       243 arch/mips/mm/sc-rm7k.c 	       (scache_size >> 10), sc_lsize);