Searched refs:table_offset (Results 1 – 20 of 20) sorted by relevance
| /drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| A D | processpptables.c | 80 if (table_offset > 0) in get_vce_clock_info_array_offset() 93 if (table_offset > 0) { in get_vce_clock_info_array_size() 108 if (table_offset > 0) in get_vce_clock_voltage_limit_table_offset() 121 if (table_offset > 0) { in get_vce_clock_voltage_limit_table_size() 134 if (table_offset > 0) in get_vce_state_table_offset() 146 if (table_offset > 0) in get_vce_state_table() 180 if (table_offset > 0) in get_uvd_clock_info_array_offset() 195 + table_offset); in get_uvd_clock_info_array_size() 210 if (table_offset > 0) in get_uvd_clock_voltage_limit_table_offset() 211 return table_offset + in get_uvd_clock_voltage_limit_table_offset() [all …]
|
| /drivers/acpi/ |
| A D | tables.c | 549 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 …]
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_rlc.c | 195 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()
|
| A D | mmsch_v3_0.h | 45 uint32_t table_offset; member
|
| A D | mmsch_v4_0.h | 56 uint32_t table_offset; member
|
| A D | mmsch_v5_0.h | 54 uint32_t table_offset; member
|
| A D | mmsch_v1_0.h | 50 uint32_t table_offset; member
|
| A D | jpeg_v4_0.c | 464 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()
|
| A D | jpeg_v5_0_1.c | 489 header.mjpegdec0[j].table_offset = item_offset; in jpeg_v5_0_1_start_sriov() 493 header.mjpegdec1[j - 5].table_offset = item_offset; in jpeg_v5_0_1_start_sriov()
|
| A D | jpeg_v4_0_3.c | 299 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()
|
| A D | vcn_v4_0.c | 1377 header.inst[i].table_offset = 0; in vcn_v4_0_start_sriov() 1502 header.inst[i].table_offset = header.total_size; in vcn_v4_0_start_sriov()
|
| A D | vcn_v3_0.c | 1423 header.inst[i].table_offset = 0; in vcn_v3_0_start_sriov() 1538 header.inst[i].table_offset = header.total_size; in vcn_v3_0_start_sriov()
|
| A D | vcn_v5_0_1.c | 842 header.vcn0.table_offset = header.total_size; in vcn_v5_0_1_start_sriov()
|
| A D | vcn_v4_0_3.c | 1120 header.vcn0.table_offset = header.total_size; in vcn_v4_0_3_start_sriov()
|
| A D | vcn_v2_5.c | 1448 header->eng[i].table_offset = header->total_size; in vcn_v2_5_sriov_start()
|
| /drivers/pci/msi/ |
| 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()
|
| /drivers/acpi/acpica/ |
| A D | acapps.h | 90 acpi_status ac_validate_table_header(FILE * file, long table_offset);
|
| /drivers/pci/controller/plda/ |
| 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()
|
| /drivers/gpu/drm/radeon/ |
| A 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/ |
| A D | b44.c | 1478 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()
|
Completed in 59 milliseconds