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

/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dlaw.c30 ecm->ar = (LAWAR_EN | (id << 20) | (LAWAR_SIZE & law_sz_enc));
47 ecm->ar = (LAWAR_EN | (id << 20) | (LAWAR_SIZE & law_sz_enc));
H A Dspd_sdram.c292 ecm->ar = (LAWAR_EN | LAWAR_TRGT_IF_DDR | (LAWAR_SIZE & law_size));
/u-boot/board/keymile/km83xx/
H A Dkm83xx.c242 (LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE)));
/u-boot/arch/powerpc/include/asm/
H A Dmmu.h541 #define LAWAR_SIZE 0x0000003F macro
/u-boot/board/cssi/cmpcpro/
H A Dcmpcpro.c302 out_be32(&im->sysconf.ddrlaw[0].ar, LAWAR_EN | ((ilog2(SZ_512M) - 1) & LAWAR_SIZE));

Completed in 54 milliseconds