| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | processpptables.c | 77 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 D | special.c | 91 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 D | special.c | 173 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 D | msi.c | 566 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 D | mmsch_v4_0.h | 56 uint32_t table_offset; member
|
| H A D | mmsch_v3_0.h | 45 uint32_t table_offset; member
|
| H A D | mmsch_v1_0.h | 50 uint32_t table_offset; member
|
| H A D | jpeg_v5_0_1.c | 497 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 D | vcn_v4_0.c | 1371 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 D | vcn_v3_0.c | 1419 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 D | vcn_v5_0_1.c | 914 header.vcn0.table_offset = header.total_size; in vcn_v5_0_1_start_sriov()
|
| H A D | vcn_v4_0_3.c | 1122 header.vcn0.table_offset = header.total_size; in vcn_v4_0_3_start_sriov()
|
| /linux/drivers/acpi/acpica/ |
| H A D | acapps.h | 90 acpi_status ac_validate_table_header(FILE * file, long table_offset);
|
| /linux/drivers/pci/controller/plda/ |
| H A D | pcie-microchip-host.c | 621 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 D | b44.c | 1479 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()
|