Home
last modified time | relevance | path

Searched refs:offset_bytes (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-mboxd/
H A Dmboxd_windows.c158 uint32_t offset_bytes, uint32_t count_bytes) in write_from_window_v1() argument
165 flash_offset = context->current->flash_offset + offset_bytes; in write_from_window_v1()
238 context->current->mem + offset_bytes, count_bytes); in write_from_window_v1()
256 context->current->mem + offset_bytes + in write_from_window_v1()
283 uint32_t offset_bytes = offset << context->block_size_shift; in write_from_window() local
287 flash_offset = context->current->flash_offset + offset_bytes; in write_from_window()
302 return write_from_window_v1(context, offset_bytes, in write_from_window()
305 flash_offset = context->current->flash_offset + offset_bytes; in write_from_window()
315 context->current->mem + offset_bytes, in write_from_window()
H A Dmboxd_windows.h17 uint32_t offset_bytes, uint32_t count_bytes);
/openbmc/hiomapd/
H A Dwindows.c161 uint32_t offset_bytes, uint32_t count_bytes) in window_flush_v1() argument
168 flash_offset = context->current->flash_offset + offset_bytes; in window_flush_v1()
241 context->current->mem + offset_bytes, count_bytes); in window_flush_v1()
259 context->current->mem + offset_bytes + in window_flush_v1()
286 uint32_t offset_bytes = offset << context->backend.block_size_shift; in window_flush() local
290 flash_offset = context->current->flash_offset + offset_bytes; in window_flush()
306 return window_flush_v1(context, offset_bytes, in window_flush()
309 flash_offset = context->current->flash_offset + offset_bytes; in window_flush()
320 context->current->mem + offset_bytes, in window_flush()
H A Dwindows.h41 uint32_t offset_bytes, uint32_t count_bytes);
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dqsfp.c179 u8 offset_bytes[2]; in i2c_bus_write() local
191 offset_bytes[1] = (offset >> 8) & 0xff; in i2c_bus_write()
195 offset_bytes[0] = offset & 0xff; in i2c_bus_write()
200 msgs[0].buf = offset_bytes; in i2c_bus_write()
227 u8 offset_bytes[2]; in i2c_bus_read() local
239 offset_bytes[1] = (offset >> 8) & 0xff; in i2c_bus_read()
243 offset_bytes[0] = offset & 0xff; in i2c_bus_read()
248 msgs[0].buf = offset_bytes; in i2c_bus_read()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.c349 le32_to_cpu(psp_hdr->sos.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
358 le32_to_cpu(psp_hdr_v1_1->toc.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
364 le32_to_cpu(psp_hdr_v1_1->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
374 le32_to_cpu(psp_hdr_v1_2->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
386 le32_to_cpu(psp_hdr_v1_3->v1_1.toc.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
392 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
398 le32_to_cpu(psp_hdr_v1_3->spl.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
H A Damdgpu_psp.c3048 le32_to_cpu(desc->offset_bytes) + in parse_sos_bin_descriptor()
3140 le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()
3154 le32_to_cpu(sos_hdr_v1_3->sos_aux.offset_bytes); in psp_init_sos_base_fw()
3198 le32_to_cpu(sos_hdr_v1_1->toc.offset_bytes); in psp_init_sos_microcode()
3201 le32_to_cpu(sos_hdr_v1_1->kdb.offset_bytes); in psp_init_sos_microcode()
3219 le32_to_cpu(sos_hdr_v1_3->spl.offset_bytes); in psp_init_sos_microcode()
3222 le32_to_cpu(sos_hdr_v1_3->rl.offset_bytes); in psp_init_sos_microcode()
3266 le32_to_cpu(desc->offset_bytes) + in parse_ta_bin_descriptor()
3341 le32_to_cpu(ta_hdr->ras.offset_bytes); in parse_ta_v1_microcode()
3357 le32_to_cpu(ta_hdr->dtm.offset_bytes); in parse_ta_v1_microcode()
[all …]
H A Damdgpu_ucode.h76 uint32_t offset_bytes; member
112 uint32_t offset_bytes; member
/openbmc/u-boot/disk/
H A Dpart_efi.c559 uint32_t __maybe_unused offset_bytes; in partition_entries_offset() local
571 offset_bytes = in partition_entries_offset()
573 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
586 offset_bytes = PAD_TO_BLOCKSIZE(config_offset, dev_desc); in partition_entries_offset()
587 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()