Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 19 of 19) 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
1317 uint16_t table_offset; init_clock_voltage_dependency() local
1548 uint16_t table_offset; init_dpm2_parameters() local
[all...]
/linux/tools/objtool/arch/x86/
H A Dspecial.c91 unsigned long table_offset; in arch_find_switch_table()
100 table_offset = reloc_addend(text_reloc); in arch_find_switch_table()
104 table_offset += 4; in arch_find_switch_table()
115 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()
124 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
87 unsigned long table_offset; arch_find_switch_table() local
/linux/tools/objtool/arch/loongarch/
H A Dspecial.c173 unsigned long table_offset; in arch_find_switch_table() local
184 table_offset = annotate_reloc->sym->offset + reloc_addend(annotate_reloc); in arch_find_switch_table()
191 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
/linux/arch/x86/pci/
H A Dxen.c299 u32 table_offset, bir; in xen_initdom_setup_msi_irqs()
303 &table_offset); in xen_initdom_setup_msi_irqs()
304 bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); in xen_initdom_setup_msi_irqs()
298 u32 table_offset, bir; xen_initdom_setup_msi_irqs() local
/linux/drivers/gpu/drm/amd/amdgpu/
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.c464 header.jpegdec.table_offset = 0; in jpeg_v4_0_start_sriov()
488 header.jpegdec.table_offset = header.total_size; in jpeg_v4_0_start_sriov()
H A Djpeg_v5_0_1.c497 header.mjpegdec0[j].table_offset = item_offset; in jpeg_v5_0_1_start_sriov()
501 header.mjpegdec1[j - 5].table_offset = item_offset; in jpeg_v5_0_1_start_sriov()
H A Djpeg_v4_0_3.c299 header.mjpegdec0[j].table_offset = item_offset; in jpeg_v4_0_3_start_sriov()
303 header.mjpegdec1[j - 4].table_offset = item_offset; in jpeg_v4_0_3_start_sriov()
H A Dvcn_v4_0.c1371 header.inst[i].table_offset = 0; in vcn_v4_0_start_sriov()
1496 header.inst[i].table_offset = header.total_size; in vcn_v4_0_start_sriov()
H A Dvcn_v3_0.c1419 header.inst[i].table_offset = 0; in vcn_v3_0_start_sriov()
1534 header.inst[i].table_offset = header.total_size; in vcn_v3_0_start_sriov()
H A Dvcn_v5_0_1.c914 header.vcn0.table_offset = header.total_size; in vcn_v5_0_1_start_sriov()
H A Dvcn_v4_0_3.c1143 header.vcn0.table_offset = header.total_size; in vcn_v4_0_3_start_sriov()
H A Dvcn_v2_5.c1422 header->eng[i].table_offset = header->total_size; in vcn_v2_5_sriov_start()
/linux/drivers/acpi/acpica/
H A Dacapps.h90 acpi_status ac_validate_table_header(FILE * file, long table_offset);
/linux/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c621 u32 table_offset = window_index * ATR_ENTRY_SIZE; in mc_pcie_setup_inbound_atr() local
622 void __iomem *table_addr = port->bridge_base_addr + table_offset; in mc_pcie_setup_inbound_atr()
/linux/drivers/net/ethernet/broadcom/
H A Db44.c1479 static void bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset) in bwfilter_table() argument
1485 bw32(bp, B44_FILT_ADDR, table_offset + i); in bwfilter_table()
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c1322 const uint32_t table_offset) in get_embedded_panel_extra_info() argument
1324 uint8_t *record = bios_get_image(&bp->base, table_offset, 1); in get_embedded_panel_extra_info()