Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 15 of 15) 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 = get_vce_clock_voltage_limit_table_offset(hwmgr, powerplay_table); in get_vce_clock_voltage_limit_table_size() 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/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/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_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 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.c1122 header.vcn0.table_offset = header.total_size; in vcn_v4_0_3_start_sriov()
/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()