Searched refs:mem_addr (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/drivers/mtd/onenand/ |
| H A D | samsung.c | 48 #define CMD_MAP_00(mem_addr) (MAP_00 | ((mem_addr) << 1)) argument 50 #define CMD_MAP_01(mem_addr) (MAP_01 | (mem_addr)) argument 52 #define CMD_MAP_10(mem_addr) (MAP_10 | (mem_addr)) argument 54 #define CMD_MAP_11(mem_addr) (MAP_11 | ((mem_addr) << 2)) argument 63 unsigned int (*mem_addr)(int fba, int fpa, int fsa); member 276 unsigned int mem_addr; in s3c_onenand_command() local 284 mem_addr = onenand->mem_addr(fba, fpa, fsa); in s3c_onenand_command() 315 *m++ = s3c_read_cmd(CMD_MAP_01(mem_addr)); in s3c_onenand_command() 322 *m++ = s3c_read_cmd(CMD_MAP_01(mem_addr)); in s3c_onenand_command() 326 *s++ = s3c_read_cmd(CMD_MAP_01(mem_addr)); in s3c_onenand_command() [all …]
|
| /openbmc/u-boot/test/dm/ |
| H A D | pci.c | 63 ulong io_addr, mem_addr; in dm_test_pci_swapcase() local 78 mem_addr = dm_pci_read_bar32(swap, 1); in dm_test_pci_swapcase() 79 ptr = map_sysmem(mem_addr, 20); in dm_test_pci_swapcase() 83 ptr = map_sysmem(mem_addr, 20); in dm_test_pci_swapcase() 99 mem_addr = dm_pci_read_bar32(swap, 1); in dm_test_pci_swapcase() 100 ptr = map_sysmem(mem_addr, 20); in dm_test_pci_swapcase() 104 ptr = map_sysmem(mem_addr, 20); in dm_test_pci_swapcase() 140 ulong io_addr, mem_addr; in dm_test_pci_mixed() local 160 mem_addr = dm_pci_read_bar32(swap, 1); in dm_test_pci_mixed() 161 ptr = map_sysmem(mem_addr, 30); in dm_test_pci_mixed() [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | bedbug.c | 101 long mem_addr; /* Address to assemble into */ in do_bedbug_asm() local 113 mem_addr = simple_strtoul (argv[1], NULL, 16); in do_bedbug_asm() 117 disppc ((unsigned char *) mem_addr, 0, 1, bedbug_puts, in do_bedbug_asm() 120 sprintf (prompt, "%08lx: ", mem_addr); in do_bedbug_asm() 125 asmppc (mem_addr, console_buffer, in do_bedbug_asm() 127 *(unsigned long *) mem_addr = instr; in do_bedbug_asm() 128 mem_addr += 4; in do_bedbug_asm()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | ether_fcc.c | 216 unsigned long mem_addr; in fec_init() local 294 mem_addr = CPM_FCC_SPECIAL_BASE + ((info->ether_index) * 64); in fec_init() 295 pram_ptr->fen_genfcc.fcc_riptr = mem_addr; in fec_init() 296 pram_ptr->fen_genfcc.fcc_tiptr = mem_addr+32; in fec_init()
|
| /openbmc/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_ip_bist.h | 52 int run_xsb_test(u32 dev_num, u32 mem_addr, u32 write_type, u32 read_type,
|
| H A D | ddr3_logging_def.h | 101 int ddr3_tip_print_log(u32 dev_num, u32 mem_addr);
|
| H A D | ddr3_debug.c | 343 int ddr3_tip_print_log(u32 dev_num, u32 mem_addr) in ddr3_tip_print_log() argument 1339 int run_xsb_test(u32 dev_num, u32 mem_addr, u32 write_type, in run_xsb_test() argument 1349 addr = mem_addr; in run_xsb_test() 1380 int run_xsb_test(u32 dev_num, u32 mem_addr, u32 write_type, in run_xsb_test() argument
|
| /openbmc/u-boot/lib/ |
| H A D | string.c | 537 void aspeed_spi_fastcpy(u32 mem_addr, u32 spi_addr, u32 count);
|