Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/hfi1/
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-v6.1/drivers/gpu/drm/amd/amdgpu/
Dpsp_v10_0.c101 le32_to_cpu(ta_hdr->dtm.offset_bytes); in psp_v10_0_init_microcode()
109 le32_to_cpu(ta_hdr->securedisplay.offset_bytes); in psp_v10_0_init_microcode()
Damdgpu_ucode.c362 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()
Damdgpu_ucode.h76 uint32_t offset_bytes; member
112 uint32_t offset_bytes; member
Dpsp_v12_0.c103 le32_to_cpu(ta_hdr->dtm.offset_bytes); in psp_v12_0_init_microcode()
112 le32_to_cpu(ta_hdr->securedisplay.offset_bytes); in psp_v12_0_init_microcode()
Damdgpu_psp.c3001 le32_to_cpu(desc->offset_bytes) + in parse_sos_bin_descriptor()
3088 adev->psp.sys.size_bytes = le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()
3093 le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()
3103 le32_to_cpu(sos_hdr_v1_3->sys_drv_aux.offset_bytes); in psp_init_sos_base_fw()
3107 le32_to_cpu(sos_hdr_v1_3->sos_aux.offset_bytes); in psp_init_sos_base_fw()
3161 le32_to_cpu(sos_hdr_v1_1->toc.offset_bytes); in psp_init_sos_microcode()
3164 le32_to_cpu(sos_hdr_v1_1->kdb.offset_bytes); in psp_init_sos_microcode()
3170 le32_to_cpu(sos_hdr_v1_2->kdb.offset_bytes); in psp_init_sos_microcode()
3176 le32_to_cpu(sos_hdr_v1_3->v1_1.toc.offset_bytes); in psp_init_sos_microcode()
3179 le32_to_cpu(sos_hdr_v1_3->v1_1.kdb.offset_bytes); in psp_init_sos_microcode()
[all …]
Dpsp_v11_0.c170 le32_to_cpu(ta_hdr->ras.offset_bytes); in psp_v11_0_init_microcode()
213 le32_to_cpu(ta_hdr->dtm.offset_bytes); in psp_v11_0_init_microcode()