Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/freescale/mpc832xemds/
Dpci.c73 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
76 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
131 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_512M;
134 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_1M;
Dmpc832xemds.c130 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8349emds/
Dpci.c137 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
140 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
161 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
164 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
Dmpc8349emds.c95 im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/sbc8349/
Dpci.c61 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
64 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
Dsbc8349.c83 im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/tqc/tqm834x/
Dpci.c89 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_512M; in pci_init_board()
92 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_16M; in pci_init_board()
Dtqm834x.c76 im->sysconf.ddrlaw[0].ar = (LAWAR_EN | LAWAR_SIZE_2G); in dram_init()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
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()
Dspd_sdram.c287 ecm->ar = (LAWAR_EN | LAWAR_TRGT_IF_DDR | (LAWAR_SIZE & law_size)); in spd_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8349itx/
Dpci.c91 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
94 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_32M; in pci_init_board()
Dmpc8349itx.c39 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/esd/vme8349/
Dpci.c100 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G; in pci_init_board()
103 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
/third_party/uboot/u-boot-2020.01/board/keymile/km83xx/
Dkm83xx.c217 out_be32(&im->sysconf.ddrlaw[0].ar, (LAWAR_EN | 0x1e)); in fixed_sdram()
245 (LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE))); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8323erdb/
Dmpc8323erdb.c114 LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dmmu.h543 #define LAWAR_EN 0x80000000 macro