Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.c262 le32_to_cpu(psp_hdr->sos.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
271 le32_to_cpu(psp_hdr_v1_1->toc.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
277 le32_to_cpu(psp_hdr_v1_1->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
287 le32_to_cpu(psp_hdr_v1_2->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
299 le32_to_cpu(psp_hdr_v1_3->v1_1.toc.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
305 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
311 le32_to_cpu(psp_hdr_v1_3->spl.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
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.h76 uint32_t offset_bytes; member
112 uint32_t offset_bytes; member
Damdgpu_psp.c3056 le32_to_cpu(desc->offset_bytes) + in parse_sos_bin_descriptor()
3136 adev->psp.sys.size_bytes = le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()
3141 le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()
3152 le32_to_cpu(sos_hdr_v1_3->sys_drv_aux.offset_bytes); in psp_init_sos_base_fw()
3156 le32_to_cpu(sos_hdr_v1_3->sos_aux.offset_bytes); in psp_init_sos_base_fw()
3211 le32_to_cpu(sos_hdr_v1_1->toc.offset_bytes); in psp_init_sos_microcode()
3214 le32_to_cpu(sos_hdr_v1_1->kdb.offset_bytes); in psp_init_sos_microcode()
3220 le32_to_cpu(sos_hdr_v1_2->kdb.offset_bytes); in psp_init_sos_microcode()
3226 le32_to_cpu(sos_hdr_v1_3->v1_1.toc.offset_bytes); in psp_init_sos_microcode()
3229 le32_to_cpu(sos_hdr_v1_3->v1_1.kdb.offset_bytes); in psp_init_sos_microcode()
[all …]
Dpsp_v11_0.c162 le32_to_cpu(ta_hdr->ras.offset_bytes); in psp_v11_0_init_microcode()
199 le32_to_cpu(ta_hdr->dtm.offset_bytes); in psp_v11_0_init_microcode()
Dpsp_v12_0.c103 le32_to_cpu(ta_hdr->dtm.offset_bytes); in psp_v12_0_init_microcode()