Home
last modified time | relevance | path

Searched defs:offset (Results 301 – 325 of 1531) sorted by relevance

1...<<11121314151617181920>>...62

/openbmc/u-boot/drivers/misc/
H A Dvexpress_config.c64 int offset, void *buf, int size) in vexpress_config_read()
75 int offset, const void *buf, int size) in vexpress_config_write()
H A Dmisc_sandbox.c17 int misc_sandbox_read(struct udevice *dev, int offset, void *buf, int size) in misc_sandbox_read()
26 int misc_sandbox_write(struct udevice *dev, int offset, const void *buf, in misc_sandbox_write()
/openbmc/u-boot/tools/
H A Domapimage.c44 uint32_t offset, size; in omapimage_verify_header() local
93 uint32_t offset, size; in omapimage_print_header() local
/openbmc/qemu/hw/timer/
H A Dcmsdk-apb-timer.c76 static uint64_t cmsdk_apb_timer_read(void *opaque, hwaddr offset, unsigned size) in cmsdk_apb_timer_read()
107 static void cmsdk_apb_timer_write(void *opaque, hwaddr offset, uint64_t value, in cmsdk_apb_timer_write()
/openbmc/qemu/block/
H A Dmirror.c109 int64_t offset; member
150 uint64_t offset, in mirror_wait_on_conflicts()
278 int64_t offset, in mirror_clip_bytes()
286 static int coroutine_fn mirror_cow_align(MirrorBlockJob *s, int64_t *offset, in mirror_cow_align()
460 static unsigned mirror_perform(MirrorBlockJob *s, int64_t offset, in mirror_perform()
524 int64_t offset; in mirror_iteration() local
888 int64_t offset; in mirror_dirty_init() local
1430 uint64_t offset, uint64_t bytes, in do_sync_target_write()
1564 uint64_t offset, in active_write_prepare()
1632 bdrv_mirror_top_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_mirror_top_preadv()
[all …]
H A Dqcow2-cluster.c211 l2_load(BlockDriverState *bs, uint64_t offset, in l2_load()
586 int qcow2_get_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_get_host_offset()
756 get_cluster_table(BlockDriverState *bs, uint64_t offset, in get_cluster_table()
828 qcow2_alloc_compressed_cluster_offset(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_compressed_cluster_offset()
1070 uint64_t offset = cluster_offset + ((uint64_t)i << s->cluster_bits); in qcow2_alloc_cluster_link_l2() local
1783 int coroutine_fn qcow2_alloc_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_host_offset()
1902 discard_in_l2_slice(BlockDriverState *bs, uint64_t offset, uint64_t nb_clusters, in discard_in_l2_slice()
1995 int qcow2_cluster_discard(BlockDriverState *bs, uint64_t offset, in qcow2_cluster_discard()
2041 zero_in_l2_slice(BlockDriverState *bs, uint64_t offset, in zero_in_l2_slice()
2111 zero_l2_subclusters(BlockDriverState *bs, uint64_t offset, in zero_l2_subclusters()
[all …]
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c209 flash_map(flash_info_t *info, flash_sect_t sect, uint offset) in flash_map()
217 unsigned int offset, void *addr) in flash_unmap()
288 static inline uchar flash_read_uchar(flash_info_t *info, uint offset) in flash_read_uchar()
306 static inline ushort flash_read_word(flash_info_t *info, uint offset) in flash_read_word()
321 uint offset) in flash_read_long()
357 uint offset, u32 cmd) in flash_write_cmd()
412 static int flash_isequal(flash_info_t *info, flash_sect_t sect, uint offset, in flash_isequal()
460 static int flash_isset(flash_info_t *info, flash_sect_t sect, uint offset, in flash_isset()
493 static int flash_toggle(flash_info_t *info, flash_sect_t sect, uint offset, in flash_toggle()
882 uint offset = 0; in flash_write_cfibuffer() local
[all …]
/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c10 uint32_t *file_handle, uint32_t *offset, in decode_rw_file_memory_req()
64 uint32_t file_handle, uint32_t offset, in encode_rw_file_memory_req()
240 uint32_t *file_handle, uint32_t *offset, in decode_read_file_req()
264 uint32_t offset, uint32_t length, struct pldm_msg *msg) in encode_read_file_req()
353 uint32_t *file_handle, uint32_t *offset, in decode_write_file_req()
381 uint32_t offset, uint32_t length, in encode_write_file_req()
468 uint32_t *file_handle, uint32_t *offset, in decode_rw_file_by_type_memory_req()
523 uint32_t offset, uint32_t length, in encode_rw_file_by_type_memory_req()
673 uint32_t *file_handle, uint32_t *offset, in decode_rw_file_by_type_req()
731 uint32_t offset, uint32_t length, in encode_rw_file_by_type_req()
/openbmc/entity-manager/test/
H A Dtest_fru-utils.cpp154 int64_t getDataTempl(std::span<const uint8_t> data, off_t offset, size_t length, in getDataTempl()
313 off_t offset = 0; in TEST() local
325 off_t offset = 0; in TEST() local
339 off_t offset = 0; in TEST() local
356 off_t offset = 0; in TEST() local
368 off_t offset = 0; in TEST() local
385 off_t offset = 0; in TEST() local
404 off_t offset = 0; in TEST() local
416 off_t offset = 0; in TEST() local
433 off_t offset = 0; in TEST() local
/openbmc/u-boot/include/
H A Dfsl_devdis.h11 u32 offset; member
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_sigtramp.h24 static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc, in setup_sigtramp()
/openbmc/u-boot/arch/x86/include/asm/
H A Dgpio.h14 int offset; member
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dspin_table.c13 int cpus_offset, offset; in spin_table_update_dt() local
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_sigtramp.h24 static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc, in setup_sigtramp()
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A Dspl.c21 int offset; in spl_board_init() local
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dgpu.c43 int offset; in tegra_gpu_enable_node() local
/openbmc/qemu/crypto/
H A Dblock-qcow.c148 uint64_t offset, in qcrypto_block_qcow_decrypt()
163 uint64_t offset, in qcrypto_block_qcow_encrypt()
/openbmc/u-boot/cmd/
H A Dgpio.c37 int offset, int *flagsp, bool show_all) in gpio_get_description()
95 int offset; in do_gpio_status() local
/openbmc/u-boot/lib/
H A Dtpm-common.c25 size_t offset = 0, length = 0; in pack_byte_string() local
86 size_t offset = 0, length = 0; in unpack_byte_string() local
/openbmc/u-boot/test/lib/
H A Dstring.c52 int offset, int len) in test_memset()
77 int offset, len; in lib_memset() local
/openbmc/qemu/hw/audio/
H A Dgusemu_mixer.c87 int offset = ((CurrPos >> 9) & 0xc0000) + (((CurrPos >> 9) & 0x1ffff) << 1); in gus_mixvoices() local
95 int offset = (CurrPos >> 9) & 0xfffff; in gus_mixvoices() local
/openbmc/u-boot/env/
H A Deeprom.c24 static int eeprom_bus_read(unsigned dev_addr, unsigned offset, in eeprom_bus_read()
44 static int eeprom_bus_write(unsigned dev_addr, unsigned offset, in eeprom_bus_write()
/openbmc/qemu/hw/intc/
H A Dallwinner-a10-pic.c58 static uint64_t aw_a10_pic_read(void *opaque, hwaddr offset, unsigned size) in aw_a10_pic_read()
91 static void aw_a10_pic_write(void *opaque, hwaddr offset, uint64_t value, in aw_a10_pic_write()
/openbmc/qemu/hw/misc/
H A Dallwinner-sramc.c47 static uint64_t allwinner_sramc_read(void *opaque, hwaddr offset, in allwinner_sramc_read()
79 static void allwinner_sramc_write(void *opaque, hwaddr offset, in allwinner_sramc_write()
/openbmc/u-boot/board/toradex/common/
H A Dtdx-cfg-block.c108 int offset = CONFIG_TDX_CFG_BLOCK_OFFSET; in tdx_cfg_block_mmc_storage() local
205 int offset; in read_tdx_cfg_block() local
418 int offset = 0; in do_cfgblock_create() local

1...<<11121314151617181920>>...62