Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dpci.c75 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
78 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
133 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_512M;
136 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_1M;
H A Dmpc832xemds.c130 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/
H A Dpci.c139 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
142 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
163 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
166 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
H A Dmpc8349emds.c96 im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/sbc8349/
H A Dpci.c63 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
66 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
H A Dsbc8349.c84 im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dlaw.c30 ecm->ar = (LAWAR_EN | (id << 20) | (LAWAR_SIZE & law_sz_enc)); in set_ddr_laws()
47 ecm->ar = (LAWAR_EN | (id << 20) | (LAWAR_SIZE & law_sz_enc)); in set_ddr_laws()
H A Dspd_sdram.c284 ecm->ar = (LAWAR_EN | LAWAR_TRGT_IF_DDR | (LAWAR_SIZE & law_size)); in spd_sdram()
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dpci.c91 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_512M; in pci_init_board()
94 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_16M; in pci_init_board()
H A Dtqm834x.c77 im->sysconf.ddrlaw[0].ar = (LAWAR_EN | LAWAR_SIZE_2G); in dram_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dpci.c93 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
96 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_32M; in pci_init_board()
H A Dmpc8349itx.c37 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/esd/vme8349/
H A Dpci.c102 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
105 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c119 #define LAWAR_EN 0x80000000 macro
123 #define LAWAR_MASK (LAWAR_EN | LAWAR_TGT_MASK)
124 #define LAWAR_MATCH (LAWAR_EN | LAW_TRGT_IF_LBC)
/OK3568_Linux_fs/u-boot/board/keymile/km83xx/
H A Dkm83xx.c297 out_be32(&im->sysconf.ddrlaw[0].ar, (LAWAR_EN | 0x1e)); in fixed_sdram()
325 (LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE))); in fixed_sdram()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dfsl_pamu.c818 #define LAWAR_EN 0x80000000 macro
918 if (law[i].lawar & LAWAR_EN) { in create_csd()
939 while (law[--i].lawar & LAWAR_EN) { in create_csd()
950 law[i].lawar = LAWAR_EN | law_target | (csd_id << LAWAR_CSDID_SHIFT) | in create_csd()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c110 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dmmu.h543 #define LAWAR_EN 0x80000000 macro