Searched refs:MPI_CSBASE_SIZE_SHIFT (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h1037 #define MPI_CSBASE_SIZE_SHIFT 0 macro
1038 #define MPI_CSBASE_SIZE_MASK (0xf << MPI_CSBASE_SIZE_SHIFT)
/linux-master/arch/mips/bcm63xx/
H A Dcs.c52 val |= (ilog2(size) - ilog2(8 * 1024)) << MPI_CSBASE_SIZE_SHIFT;

Completed in 174 milliseconds