Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dfdt.c168 line_size = CPC_CFG0_LINE_SZ(cfg0); in ft_fixup_l3cache()
/external/u-boot/arch/powerpc/include/asm/
Dimmap_85xx.h1563 #define CPC_CFG0_LINE_SZ(x) ((((x >> 23) & 0x3) + 1) * 32) macro