Home
last modified time | relevance | path

Searched refs:MPC85xx_L2CTL_L2SIZ_MASK (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/85xx/
Dxes_mpc85xx.c38 #define MPC85xx_L2CTL_L2SIZ_MASK 0x30000000 /* L2 SRAM size (R/O) */ macro
68 ctl |= (tmp & MPC85xx_L2CTL_L2SIZ_MASK) >> 2; in xes_mpc85xx_configure_l2()