Searched refs:len_bytes (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | qed-table.c | 73 size_t len_bytes; in qed_write_table() local 82 len_bytes = (end - start) * sizeof(uint64_t); in qed_write_table() 84 new_table = qemu_blockalign(s->bs, len_bytes); in qed_write_table() 96 ret = bdrv_co_pwrite(s->bs->file, offset, len_bytes, new_table->offsets, 0); in qed_write_table()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | pnv_i2c.c | 170 uint32_t len_bytes = GETFIELD(I2C_CMD_LEN_BYTES, val); in pnv_i2c_handle_cmd() local 173 !(val & I2C_CMD_WITH_STOP) && !len_bytes) { in pnv_i2c_handle_cmd() 192 SETFIELD(I2C_RESIDUAL_FRONT_END, 0ull, len_bytes) | in pnv_i2c_handle_cmd() 193 SETFIELD(I2C_RESIDUAL_BACK_END, 0ull, len_bytes); in pnv_i2c_handle_cmd()
|