Home
last modified time | relevance | path

Searched refs:ext_addr (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c1685 if (info->ext_addr) { in cmdset_intel_init()
1687 flash_read_uchar(info, info->ext_addr + 5) & 0x08; in cmdset_intel_init()
1715 info->ext_addr, info->cfi_version); in cmdset_amd_read_jedec_ids()
1716 if (info->ext_addr && info->cfi_version >= 0x3134) { in cmdset_amd_read_jedec_ids()
1718 feature = flash_read_uchar(info, info->ext_addr + 0x13); in cmdset_amd_read_jedec_ids()
1764 if (info->ext_addr) { in cmdset_amd_init()
1766 if (flash_read_uchar(info, info->ext_addr + 9) == 0x8) in cmdset_amd_init()
1978 } else if (flash_read_uchar(info, info->ext_addr + 0xf) == 3) { in flash_fixup_amd()
1991 if (info->ext_addr && !(flash_read_uchar(info, info->ext_addr + 6) & 1)) in flash_fixup_atmel()
2017 } else if (flash_read_uchar(info, info->ext_addr + 0xf) == 3) { in flash_fixup_stm()
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c566 TCGv_i64 ext_addr = NULL; in tcg_gen_qemu_ld_i128_int()
654 ext_addr = tcg_temp_ebb_new_i64(); in tcg_gen_qemu_st_i128_int()
655 tcg_gen_extu_i32_i64(ext_addr, temp_tcgv_i32(addr)); in tcg_gen_qemu_st_i128_int()
656 addr = tcgv_i64_temp(ext_addr); in tcg_gen_qemu_st_i128_int()
662 plugin_gen_mem_callbacks_i128(val, ext_addr, addr, orig_oi, in tcg_gen_qemu_st_i128_int()
679 TCGv_i64 ext_addr = NULL; in tcg_gen_qemu_st_i128_int()
767 ext_addr = tcg_temp_ebb_new_i64(); in tcg_gen_ext_i64()
768 tcg_gen_extu_i32_i64(ext_addr, temp_tcgv_i32(addr)); in tcg_gen_ext_i64()
769 addr = tcgv_i64_temp(ext_addr); in tcg_gen_ext_i64()
775 plugin_gen_mem_callbacks_i128(val, ext_addr, add in tcg_gen_ext_i64()
532 TCGv_i64 ext_addr = NULL; tcg_gen_qemu_ld_i128_int() local
638 TCGv_i64 ext_addr = NULL; tcg_gen_qemu_st_i128_int() local
[all...]
/openbmc/u-boot/board/shmin/
H A Dshmin.c70 info->ext_addr = 0; in board_flash_get_legacy()
/openbmc/u-boot/board/freescale/m54455evb/
H A Dm54455evb.c193 info->ext_addr = 0; in board_flash_get_legacy()
/openbmc/u-boot/include/
H A Dflash.h39 ushort ext_addr; /* extended query table address */ member