Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
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()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ucode.c357 le32_to_cpu(psp_hdr->sos.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
366 le32_to_cpu(psp_hdr_v1_1->toc.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
372 le32_to_cpu(psp_hdr_v1_1->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
382 le32_to_cpu(psp_hdr_v1_2->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
394 le32_to_cpu(psp_hdr_v1_3->v1_1.toc.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
400 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
406 le32_to_cpu(psp_hdr_v1_3->spl.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
A Damdgpu_psp.c3297 le32_to_cpu(desc->offset_bytes) + in parse_sos_bin_descriptor()
3395 le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()
3409 le32_to_cpu(sos_hdr_v1_3->sos_aux.offset_bytes); in psp_init_sos_base_fw()
3453 le32_to_cpu(sos_hdr_v1_1->toc.offset_bytes); in psp_init_sos_microcode()
3456 le32_to_cpu(sos_hdr_v1_1->kdb.offset_bytes); in psp_init_sos_microcode()
3474 le32_to_cpu(sos_hdr_v1_3->spl.offset_bytes); in psp_init_sos_microcode()
3477 le32_to_cpu(sos_hdr_v1_3->rl.offset_bytes); in psp_init_sos_microcode()
3536 le32_to_cpu(desc->offset_bytes) + in parse_ta_bin_descriptor()
3611 le32_to_cpu(ta_hdr->ras.offset_bytes); in parse_ta_v1_microcode()
3627 le32_to_cpu(ta_hdr->dtm.offset_bytes); in parse_ta_v1_microcode()
[all …]
A Damdgpu_ucode.h76 uint32_t offset_bytes; member
112 uint32_t offset_bytes; member

Completed in 26 milliseconds