Home
last modified time | relevance | path

Searched refs:tbl_hdr (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c259 __encode_table_header_to_buf(&control->tbl_hdr, buf); in __write_table_header()
352 sz = sizeof(control->tbl_hdr) - sizeof(control->tbl_hdr.checksum); in __calc_hdr_byte_sum()
353 pp = (u8 *) &control->tbl_hdr; in __calc_hdr_byte_sum()
380 struct amdgpu_ras_eeprom_table_header *hdr = &control->tbl_hdr; in amdgpu_ras_eeprom_correct_header_tag()
411 struct amdgpu_ras_eeprom_table_header *hdr = &control->tbl_hdr; in amdgpu_ras_eeprom_reset_table()
539 if (con->eeprom_control.tbl_hdr.header == RAS_TABLE_HDR_BAD) { in amdgpu_ras_eeprom_check_err_threshold()
726 control->tbl_hdr.header = RAS_TABLE_HDR_BAD; in amdgpu_ras_eeprom_update_header()
727 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) { in amdgpu_ras_eeprom_update_header()
733 if (control->tbl_hdr.version == RAS_TABLE_VER_V2_1) in amdgpu_ras_eeprom_update_header()
734 control->tbl_hdr.tbl_size = RAS_TABLE_HEADER_SIZE + in amdgpu_ras_eeprom_update_header()
[all …]
Damdgpu_ras_eeprom.h62 struct amdgpu_ras_eeprom_table_header tbl_hdr; member
/Linux-v6.6/drivers/media/platform/qcom/venus/
Dhfi_venus.c769 struct hfi_queue_table_header *tbl_hdr; in venus_interface_queues_init() local
805 tbl_hdr = hdev->ifaceq_table.kva; in venus_interface_queues_init()
806 tbl_hdr->version = 0; in venus_interface_queues_init()
807 tbl_hdr->size = IFACEQ_TABLE_SIZE; in venus_interface_queues_init()
808 tbl_hdr->qhdr0_offset = sizeof(struct hfi_queue_table_header); in venus_interface_queues_init()
809 tbl_hdr->qhdr_size = sizeof(struct hfi_queue_header); in venus_interface_queues_init()
810 tbl_hdr->num_q = IFACEQ_NUM; in venus_interface_queues_init()
811 tbl_hdr->num_active_q = IFACEQ_NUM; in venus_interface_queues_init()
1703 struct hfi_queue_table_header *tbl_hdr; in venus_hfi_queues_reinit() local
1727 tbl_hdr = hdev->ifaceq_table.kva; in venus_hfi_queues_reinit()
[all …]