Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xxx/
Dlaw.c98 int set_next_law(phys_addr_t addr, enum law_size sz, enum law_trgt_if id) in set_next_law() function
292 set_next_law(law_table[i].addr, law_table[i].size, in init_laws()
309 set_next_law(CONFIG_SYS_SRIO_PCIE_BOOT_SLAVE_ADDR_PHYS, in init_laws()
312 set_next_law(CONFIG_SYS_SRIO_PCIE_BOOT_UCODE_ENV_ADDR_PHYS, in init_laws()
317 set_next_law(CONFIG_SYS_SRIO_PCIE_BOOT_SLAVE_ADDR_PHYS, in init_laws()
320 set_next_law(CONFIG_SYS_SRIO_PCIE_BOOT_UCODE_ENV_ADDR_PHYS, in init_laws()
325 set_next_law(CONFIG_SYS_SRIO_PCIE_BOOT_SLAVE_ADDR_PHYS, in init_laws()
328 set_next_law(CONFIG_SYS_SRIO_PCIE_BOOT_UCODE_ENV_ADDR_PHYS, in init_laws()
333 set_next_law(CONFIG_SYS_SRIO_PCIE_BOOT_SLAVE_ADDR_PHYS, in init_laws()
336 set_next_law(CONFIG_SYS_SRIO_PCIE_BOOT_UCODE_ENV_ADDR_PHYS, in init_laws()
[all …]
Dsrio.c240 set_next_law(CONFIG_SYS_SRIO1_MEM_PHYS, in srio_init()
256 set_next_law(CONFIG_SYS_SRIO2_MEM_PHYS, in srio_init()
/external/u-boot/board/xes/common/
Dfsl_8xxx_pci.c38 set_next_law(pci_info.mem_phys, in pci_init_board()
40 set_next_law(pci_info.io_phys, in pci_init_board()
/external/u-boot/board/freescale/mpc8544ds/
Dmpc8544ds.c87 set_next_law(CONFIG_SYS_PCIE3_MEM_PHYS, LAW_SIZE_4M, in pci_init_board()
142 set_next_law(pci_info.mem_phys, in pci_init_board()
144 set_next_law(pci_info.io_phys, in pci_init_board()
/external/u-boot/board/freescale/mpc8568mds/
Dmpc8568mds.c313 set_next_law(pci_info.mem_phys, in pci_init_board()
315 set_next_law(pci_info.io_phys, in pci_init_board()
/external/u-boot/board/sbc8548/
Dsbc8548.c266 set_next_law(pci_info.mem_phys, in pci_init_board()
268 set_next_law(pci_info.io_phys, in pci_init_board()
/external/u-boot/board/freescale/mpc8610hpcd/
Dmpc8610hpcd.c235 set_next_law(pci_info.mem_phys, in pci_init_board()
237 set_next_law(pci_info.io_phys, in pci_init_board()
/external/u-boot/board/freescale/mpc8536ds/
Dmpc8536ds.c167 set_next_law(pci_info.mem_phys, in pci_init_board()
169 set_next_law(pci_info.io_phys, in pci_init_board()
/external/u-boot/board/freescale/mpc8548cds/
Dmpc8548cds.c216 set_next_law(pci_info.mem_phys, in pci_init_board()
218 set_next_law(pci_info.io_phys, in pci_init_board()
/external/u-boot/board/freescale/bsc9131rdb/
Dspl_minimal.c58 set_next_law(CONFIG_SYS_NAND_DDR_LAW, LAW_SIZE_1G, LAW_TRGT_IF_DDR_1); in sdram_init()
/external/u-boot/arch/powerpc/include/asm/
Dfsl_law.h136 extern int set_next_law(phys_addr_t addr, enum law_size sz, enum law_trgt_if id);
/external/u-boot/board/freescale/bsc9132qds/
Dspl_minimal.c70 set_next_law(CONFIG_SYS_NAND_DDR_LAW, LAW_SIZE_1G, LAW_TRGT_IF_DDR_1); in sdram_init()
/external/u-boot/drivers/pci/
Dfsl_pci_init.c730 set_next_law(info->mem_phys, law_size_bits(info->mem_size), info->law); in fsl_configure_pcie()
731 set_next_law(info->io_phys, law_size_bits(info->io_size), info->law); in fsl_configure_pcie()
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dfsl_corenet_serdes.c317 law_index = set_next_law(CONFIG_SYS_DCSRBAR_PHYS, in enable_bank()
Dcpu_init.c262 set_next_law(T1040_TDM_QUIRK_CCSR_BASE, LAW_SIZE_16M, in enable_tdm_law()
/external/u-boot/board/freescale/b4860qds/
Db4860qds.c998 set_next_law(CONFIG_SYS_MAPLE_MEM_PHYS, LAW_SIZE_16M, in board_early_init_r()