Searched refs:offset_bytes (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-mboxd/ |
| H A D | mboxd_windows.c | 158 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 D | mboxd_windows.h | 17 uint32_t offset_bytes, uint32_t count_bytes);
|
| /openbmc/hiomapd/ |
| H A D | windows.c | 161 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 D | windows.h | 41 uint32_t offset_bytes, uint32_t count_bytes);
|
| /openbmc/u-boot/disk/ |
| H A D | part_efi.c | 559 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()
|