Searched refs:addr_offset (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/drivers/misc/ |
| H A D | rockchip-efuse.c | 93 unsigned int addr_start, addr_end, addr_offset; in rockchip_rk3399_efuse_read() local 100 addr_offset = offset % RK3399_BYTES_PER_FUSE; in rockchip_rk3399_efuse_read() 125 memcpy(buf, bytes + addr_offset, size); in rockchip_rk3399_efuse_read()
|
| /openbmc/qemu/hw/i386/ |
| H A D | vapic.c | 88 off_t addr_offset; member 97 .addr_offset = 1, 103 .addr_offset = 1, 110 .addr_offset = 2, 117 .addr_offset = 2, 125 .addr_offset = 2, 133 .addr_offset = 2, 270 if (cpu_memory_rw_debug(cs, ip + instr->addr_offset, in evaluate_tpr_instruction()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | astro.c | 848 int addr_offset; in astro_realize() local 854 addr_offset = elroy_hpa_offsets[i]; in astro_realize() 859 elroy->hpa = ASTRO_HPA + addr_offset; in astro_realize() 872 memory_region_add_subregion(&s->this_mem, addr_offset, in astro_realize()
|
| /openbmc/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_debug.c | 907 u32 burst_cnt = 0, addr_offset, i_id; in ddr3_tip_compare() local 910 addr_offset = in ddr3_tip_compare() 914 if ((p_src[burst_cnt] & addr_offset) != in ddr3_tip_compare() 915 (p_dst[if_id] & addr_offset)) in ddr3_tip_compare()
|
| /openbmc/qemu/hw/misc/ |
| H A D | trace-events | 410 ivshmem_flat_read_mmr(uint64_t addr_offset) "Read access at offset %"PRIu64 412 ivshmem_flat_read_write_mmr_invalid(uint64_t addr_offset) "No ivshmem register mapped at offset %"P… 414 ivshmem_flat_write_mmr(uint64_t addr_offset) "Write access at offset %"PRIu64
|
| /openbmc/u-boot/drivers/ddr/altera/ |
| H A D | sequencer.c | 1241 const u32 addr_offset = in rw_mgr_mem_calibrate_read_test_patterns() local 1277 addr + addr_offset + (vg << 2)); in rw_mgr_mem_calibrate_read_test_patterns()
|