Searched refs:table_offset (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
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 …]
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_rlc.c | 190 u32 table_offset, table_size; in amdgpu_gfx_rlc_setup_cp_table() local 203 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table() 211 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table() 219 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table() 227 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table() 235 table_offset = le32_to_cpu(hdr->jt_offset); in amdgpu_gfx_rlc_setup_cp_table() 241 cpu_to_le32(le32_to_cpu(fw_data[table_offset + i])); in amdgpu_gfx_rlc_setup_cp_table()
|
D | mmsch_v3_0.h | 43 uint32_t table_offset; member
|
D | mmsch_v1_0.h | 50 uint32_t table_offset; member
|
D | vcn_v3_0.c | 1333 header.inst[i].table_offset = 0; in vcn_v3_0_start_sriov() 1449 header.inst[i].table_offset = header.total_size; in vcn_v3_0_start_sriov()
|
D | vcn_v2_5.c | 1184 header->eng[i].table_offset = header->total_size; in vcn_v2_5_sriov_start()
|
/drivers/acpi/ |
D | tables.c | 641 int table_offset = 0; in acpi_table_initrd_override() local 651 while (table_offset + ACPI_HEADER_SIZE <= all_tables_size) { in acpi_table_initrd_override() 652 table = acpi_os_map_memory(acpi_tables_addr + table_offset, in acpi_table_initrd_override() 654 if (table_offset + table->length > all_tables_size) { in acpi_table_initrd_override() 682 *address = acpi_tables_addr + table_offset; in acpi_table_initrd_override() 690 table_offset += table_length; in acpi_table_initrd_override() 698 int table_offset = 0; in acpi_table_initrd_scan() local 706 while (table_offset + ACPI_HEADER_SIZE <= all_tables_size) { in acpi_table_initrd_scan() 707 table = acpi_os_map_memory(acpi_tables_addr + table_offset, in acpi_table_initrd_scan() 709 if (table_offset + table->length > all_tables_size) { in acpi_table_initrd_scan() [all …]
|
/drivers/acpi/acpica/ |
D | acapps.h | 90 acpi_status ac_validate_table_header(FILE * file, long table_offset);
|
/drivers/pci/ |
D | msi.c | 590 u32 table_offset; in msix_map_region() local 595 &table_offset); in msix_map_region() 596 bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); in msix_map_region() 601 table_offset &= PCI_MSIX_TABLE_OFFSET; in msix_map_region() 602 phys_addr = pci_resource_start(dev, bir) + table_offset; in msix_map_region()
|
/drivers/gpu/drm/radeon/ |
D | cik.c | 6415 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 = CP_ME_TABLE_OFFSET; in cik_init_cp_pg_table() [all …]
|
/drivers/net/ethernet/broadcom/ |
D | b44.c | 1500 static void bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset) in bwfilter_table() argument 1506 bw32(bp, B44_FILT_ADDR, table_offset + i); in bwfilter_table()
|
/drivers/acpi/nfit/ |
D | core.c | 2434 u64 line_no, table_skip_count, table_offset; in to_interleave_offset() local 2440 table_offset = table_skip_count * mmio->table_size; in to_interleave_offset() 2442 return mmio->base_offset + line_offset + table_offset + sub_line_offset; in to_interleave_offset()
|