Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c77 uint16_t table_offset = get_vce_table_offset(hwmgr, in get_vce_clock_info_array_offset() local
80 if (table_offset > 0) in get_vce_clock_info_array_offset()
81 return table_offset + 1; in get_vce_clock_info_array_offset()
89 uint16_t table_offset = get_vce_clock_info_array_offset(hwmgr, in get_vce_clock_info_array_size() local
93 if (table_offset > 0) { in get_vce_clock_info_array_size()
95 (((unsigned long) powerplay_table) + table_offset); in get_vce_clock_info_array_size()
105 uint16_t table_offset = get_vce_clock_info_array_offset(hwmgr, in get_vce_clock_voltage_limit_table_offset() local
108 if (table_offset > 0) in get_vce_clock_voltage_limit_table_offset()
109 return table_offset + get_vce_clock_info_array_size(hwmgr, in get_vce_clock_voltage_limit_table_offset()
118 uint16_t table_offset in get_vce_clock_voltage_limit_table_size() local
132 uint16_t table_offset = get_vce_clock_voltage_limit_table_offset(hwmgr, powerplay_table); get_vce_state_table_offset() local
144 uint16_t table_offset = get_vce_state_table_offset(hwmgr, powerplay_table); get_vce_state_table() local
177 uint16_t table_offset = get_uvd_table_offset(hwmgr, get_uvd_clock_info_array_offset() local
188 uint16_t table_offset = get_uvd_clock_info_array_offset(hwmgr, get_uvd_clock_info_array_size() local
207 uint16_t table_offset = get_uvd_clock_info_array_offset(hwmgr, get_uvd_clock_voltage_limit_table_offset() local
244 uint16_t table_offset = get_samu_table_offset(hwmgr, get_samu_clock_voltage_limit_table_offset() local
1320 uint16_t table_offset; init_clock_voltage_dependency() local
1551 uint16_t table_offset; init_dpm2_parameters() local
[all...]
/linux/tools/objtool/arch/x86/
H A Dspecial.c116 unsigned long table_offset; in arch_find_switch_table() local
125 table_offset = reloc_addend(text_reloc); in arch_find_switch_table()
129 table_offset += 4; in arch_find_switch_table()
140 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()
149 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
/linux/drivers/acpi/
H A Dtables.c549 int table_offset = 0; in acpi_table_initrd_override() local
559 while (table_offset + ACPI_HEADER_SIZE <= all_tables_size) { in acpi_table_initrd_override()
560 table = acpi_os_map_memory(acpi_tables_addr + table_offset, in acpi_table_initrd_override()
562 if (table_offset + table->length > all_tables_size) { in acpi_table_initrd_override()
590 *address = acpi_tables_addr + table_offset; in acpi_table_initrd_override()
598 table_offset += table_length; in acpi_table_initrd_override()
606 int table_offset = 0; in acpi_table_initrd_scan() local
614 while (table_offset + ACPI_HEADER_SIZE <= all_tables_size) { in acpi_table_initrd_scan()
615 table = acpi_os_map_memory(acpi_tables_addr + table_offset, in acpi_table_initrd_scan()
617 if (table_offset + table->length > all_tables_size) { in acpi_table_initrd_scan()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_rlc.c195 u32 table_offset, table_size; in amdgpu_gfx_rlc_setup_cp_table() local
208 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table()
216 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table()
224 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table()
232 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table()
240 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table()
246 cpu_to_le32(le32_to_cpu(fw_data[table_offset + i])); in amdgpu_gfx_rlc_setup_cp_table()
H A Dmmsch_v4_0.h56 uint32_t table_offset; member
H A Dmmsch_v3_0.h45 uint32_t table_offset; member
H A Dmmsch_v1_0.h50 uint32_t table_offset; member
H A Djpeg_v4_0.c440 header.jpegdec.table_offset = 0; in jpeg_v4_0_start_sriov()
464 header.jpegdec.table_offset = header.total_size; in jpeg_v4_0_start_sriov()
H A Djpeg_v4_0_3.c234 header.mjpegdec0[j].table_offset = item_offset; in jpeg_v4_0_3_start_sriov()
238 header.mjpegdec1[j - 4].table_offset = item_offset; in jpeg_v4_0_3_start_sriov()
H A Dvcn_v4_0.c1318 header.inst[i].table_offset = 0; in vcn_v4_0_start_sriov()
1443 header.inst[i].table_offset = header.total_size; in vcn_v4_0_start_sriov()
H A Dvcn_v3_0.c1362 header.inst[i].table_offset = 0; in vcn_v3_0_start_sriov()
1477 header.inst[i].table_offset = header.total_size; in vcn_v3_0_start_sriov()
H A Dvcn_v4_0_3.c1025 header.vcn0.table_offset = header.total_size; in vcn_v4_0_3_start_sriov()
H A Dvcn_v2_5.c1280 header->eng[i].table_offset = header->total_size; in vcn_v2_5_sriov_start()
/linux/drivers/pci/msi/
H A Dmsi.c566 u32 table_offset; in msix_map_region() local
571 &table_offset); in msix_map_region()
572 bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); in msix_map_region()
577 table_offset &= PCI_MSIX_TABLE_OFFSET; in msix_map_region()
578 phys_addr = pci_resource_start(dev, bir) + table_offset; in msix_map_region()
/linux/arch/x86/pci/
H A Dxen.c298 u32 table_offset, bir; in xen_initdom_setup_msi_irqs() local
302 &table_offset); in xen_initdom_setup_msi_irqs()
303 bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); in xen_initdom_setup_msi_irqs()
/linux/drivers/acpi/acpica/
H A Dacapps.h90 acpi_status ac_validate_table_header(FILE * file, long table_offset);
/linux/drivers/gpu/drm/radeon/
H A Dcik.c6415 u32 table_offset, table_size; in cik_init_cp_pg_table() local
6434 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6440 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6446 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6452 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6458 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6464 cpu_to_le32(le32_to_cpu(fw_data[table_offset + i])); in cik_init_cp_pg_table()
6473 table_offset = CP_ME_TABLE_OFFSET; in cik_init_cp_pg_table()
6476 table_offset = CP_ME_TABLE_OFFSET; in cik_init_cp_pg_table()
6479 table_offset in cik_init_cp_pg_table()
[all...]
/linux/drivers/net/ethernet/broadcom/
H A Db44.c1478 static void bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset) in bwfilter_table() argument
1484 bw32(bp, B44_FILT_ADDR, table_offset + i); in bwfilter_table()