Searched refs:offset_bytes (Results 1 – 5 of 5) sorted by relevance
179 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()
362 le32_to_cpu(psp_hdr->sos.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 371 le32_to_cpu(psp_hdr_v1_1->toc.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 377 le32_to_cpu(psp_hdr_v1_1->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 387 le32_to_cpu(psp_hdr_v1_2->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 399 le32_to_cpu(psp_hdr_v1_3->v1_1.toc.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 405 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 411 le32_to_cpu(psp_hdr_v1_3->spl.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
78 uint32_t offset_bytes; member 114 uint32_t offset_bytes; member
3525 le32_to_cpu(desc->offset_bytes) + in parse_sos_bin_descriptor()3624 adev->psp.sys.size_bytes = le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()3629 le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()3639 le32_to_cpu(sos_hdr_v1_3->sys_drv_aux.offset_bytes); in psp_init_sos_base_fw()3643 le32_to_cpu(sos_hdr_v1_3->sos_aux.offset_bytes); in psp_init_sos_base_fw()3692 le32_to_cpu(sos_hdr_v1_1->toc.offset_bytes); in psp_init_sos_microcode()3695 le32_to_cpu(sos_hdr_v1_1->kdb.offset_bytes); in psp_init_sos_microcode()3701 le32_to_cpu(sos_hdr_v1_2->kdb.offset_bytes); in psp_init_sos_microcode()3707 le32_to_cpu(sos_hdr_v1_3->v1_1.toc.offset_bytes); in psp_init_sos_microcode()3710 le32_to_cpu(sos_hdr_v1_3->v1_1.kdb.offset_bytes); in psp_init_sos_microcode()[all …]
483 unsigned int reg_addr, offset_bytes, offset_num_regs; in wmfw_write_multiple_unpacked_mem() local 525 offset_bytes = payload_defs[i].offset_num_blocks * in wmfw_write_multiple_unpacked_mem() 527 offset_num_regs = offset_bytes / regmap_get_val_bytes(priv->dsp->regmap); in wmfw_write_multiple_unpacked_mem() 580 unsigned int reg_addr, offset_bytes, offset_num_regs; in wmfw_write_multiple_packed_unpacked_mem() local 622 offset_bytes = payload_defs[i].offset_num_blocks * in wmfw_write_multiple_packed_unpacked_mem() 624 offset_num_regs = offset_bytes / regmap_get_val_bytes(priv->dsp->regmap); in wmfw_write_multiple_packed_unpacked_mem()