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

/linux-master/arch/mips/bcm63xx/
H A Dcpu.c258 unsigned int cols = 0, rows = 0, is_32bits = 0, banks = 0; local
273 is_32bits = (val & SDRAM_CFG_32B_MASK) ? 1 : 0;
281 is_32bits = (val & MEMC_CFG_32B_MASK) ? 0 : 1;
291 return 1 << (cols + rows + (is_32bits + 1) + banks);

Completed in 109 milliseconds