Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/acpi/
Dosl.c759 int table_offset = 0; in acpi_os_physical_table_override()
769 if (table_offset + ACPI_HEADER_SIZE > all_tables_size) { in acpi_os_physical_table_override()
774 table = acpi_os_map_memory(acpi_tables_addr + table_offset, in acpi_os_physical_table_override()
777 if (table_offset + table->length > all_tables_size) { in acpi_os_physical_table_override()
783 table_offset += table->length; in acpi_os_physical_table_override()
799 table_offset -= table->length; in acpi_os_physical_table_override()
802 *address = acpi_tables_addr + table_offset; in acpi_os_physical_table_override()
804 } while (table_offset + ACPI_HEADER_SIZE < all_tables_size); in acpi_os_physical_table_override()
Dnfit.c1042 u64 line_no, table_skip_count, table_offset; in to_interleave_offset() local
1048 table_offset = table_skip_count * mmio->table_size; in to_interleave_offset()
1050 return mmio->base_offset + line_offset + table_offset + sub_line_offset; in to_interleave_offset()
/linux-4.4.14/arch/x86/pci/
Dxen.c302 u32 table_offset, bir; in xen_initdom_setup_msi_irqs() local
306 &table_offset); in xen_initdom_setup_msi_irqs()
307 bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); in xen_initdom_setup_msi_irqs()
/linux-4.4.14/drivers/pci/
Dmsi.c659 u32 table_offset; in msix_map_region() local
664 &table_offset); in msix_map_region()
665 bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); in msix_map_region()
670 table_offset &= PCI_MSIX_TABLE_OFFSET; in msix_map_region()
671 phys_addr = pci_resource_start(dev, bir) + table_offset; in msix_map_region()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dcik.c6858 u32 table_offset, table_size; in cik_init_cp_pg_table() local
6877 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6883 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6889 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6895 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6901 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()
6907 cpu_to_le32(le32_to_cpu(fw_data[table_offset + i])); in cik_init_cp_pg_table()
6916 table_offset = CP_ME_TABLE_OFFSET; in cik_init_cp_pg_table()
6919 table_offset = CP_ME_TABLE_OFFSET; in cik_init_cp_pg_table()
6922 table_offset = CP_ME_TABLE_OFFSET; in cik_init_cp_pg_table()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dgfx_v7_0.c4319 u32 table_offset, table_size; in gfx_v7_0_init_cp_pg_table() local
4336 table_offset = le32_to_cpu(hdr->jt_offset); in gfx_v7_0_init_cp_pg_table()
4344 table_offset = le32_to_cpu(hdr->jt_offset); in gfx_v7_0_init_cp_pg_table()
4352 table_offset = le32_to_cpu(hdr->jt_offset); in gfx_v7_0_init_cp_pg_table()
4360 table_offset = le32_to_cpu(hdr->jt_offset); in gfx_v7_0_init_cp_pg_table()
4368 table_offset = le32_to_cpu(hdr->jt_offset); in gfx_v7_0_init_cp_pg_table()
4374 cpu_to_le32(le32_to_cpu(fw_data[table_offset + i])); in gfx_v7_0_init_cp_pg_table()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Db44.c1509 static void bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset) in bwfilter_table() argument
1515 bw32(bp, B44_FILT_ADDR, table_offset + i); in bwfilter_table()