Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc832xemds/
H A Dpci.c72 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
75 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
130 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_512M;
133 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_1M;
H A Dmpc832xemds.c129 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dpci.c136 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
139 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
160 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
163 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
H A Dmpc8349emds.c95 im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/openbmc/u-boot/board/sbc8349/
H A Dpci.c60 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
63 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
H A Dsbc8349.c83 im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/openbmc/u-boot/board/tqc/tqm834x/
H A Dpci.c88 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_512M; in pci_init_board()
91 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_16M; in pci_init_board()
H A Dtqm834x.c76 im->sysconf.ddrlaw[0].ar = (LAWAR_EN | LAWAR_SIZE_2G); in dram_init()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dlaw.c29 ecm->ar = (LAWAR_EN | (id << 20) | (LAWAR_SIZE & law_sz_enc)); in set_ddr_laws()
46 ecm->ar = (LAWAR_EN | (id << 20) | (LAWAR_SIZE & law_sz_enc)); in set_ddr_laws()
H A Dspd_sdram.c285 ecm->ar = (LAWAR_EN | LAWAR_TRGT_IF_DDR | (LAWAR_SIZE & law_size)); in spd_sdram()
/openbmc/u-boot/board/freescale/mpc8349itx/
H A Dpci.c90 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
93 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_32M; in pci_init_board()
H A Dmpc8349itx.c36 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/openbmc/u-boot/board/esd/vme8349/
H A Dpci.c99 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
102 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c120 #define LAWAR_EN 0x80000000 macro
124 #define LAWAR_MASK (LAWAR_EN | LAWAR_TGT_MASK)
125 #define LAWAR_MATCH (LAWAR_EN | LAW_TRGT_IF_LBC)
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx.c296 out_be32(&im->sysconf.ddrlaw[0].ar, (LAWAR_EN | 0x1e)); in fixed_sdram()
324 (LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE))); in fixed_sdram()
/openbmc/linux/drivers/iommu/
H A Dfsl_pamu.c565 #define LAWAR_EN 0x80000000 macro
665 if (law[i].lawar & LAWAR_EN) { in create_csd()
686 while (law[--i].lawar & LAWAR_EN) { in create_csd()
697 law[i].lawar = LAWAR_EN | law_target | (csd_id << LAWAR_CSDID_SHIFT) | in create_csd()
/openbmc/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c111 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h543 #define LAWAR_EN 0x80000000 macro