Searched refs:table_offset (Results 1 – 5 of 5) sorted by relevance
744 int table_offset = 0; in acpi_os_physical_table_override()754 if (table_offset + ACPI_HEADER_SIZE > all_tables_size) { in acpi_os_physical_table_override()759 table = acpi_os_map_memory(acpi_tables_addr + table_offset, in acpi_os_physical_table_override()762 if (table_offset + table->length > all_tables_size) { in acpi_os_physical_table_override()768 table_offset += table->length; in acpi_os_physical_table_override()784 table_offset -= table->length; in acpi_os_physical_table_override()787 *address = acpi_tables_addr + table_offset; in acpi_os_physical_table_override()789 } while (table_offset + ACPI_HEADER_SIZE < all_tables_size); in acpi_os_physical_table_override()
302 u32 table_offset, bir; in xen_initdom_setup_msi_irqs() local306 &table_offset); in xen_initdom_setup_msi_irqs()307 bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); in xen_initdom_setup_msi_irqs()
696 u32 table_offset; in msix_map_region() local701 &table_offset); in msix_map_region()702 bir = (u8)(table_offset & PCI_MSIX_TABLE_BIR); in msix_map_region()707 table_offset &= PCI_MSIX_TABLE_OFFSET; in msix_map_region()708 phys_addr = pci_resource_start(dev, bir) + table_offset; in msix_map_region()
6837 u32 table_offset, table_size; in cik_init_cp_pg_table() local6856 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()6862 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()6868 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()6874 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()6880 table_offset = le32_to_cpu(hdr->jt_offset); in cik_init_cp_pg_table()6886 cpu_to_le32(le32_to_cpu(fw_data[table_offset + i])); in cik_init_cp_pg_table()6895 table_offset = CP_ME_TABLE_OFFSET; in cik_init_cp_pg_table()6898 table_offset = CP_ME_TABLE_OFFSET; in cik_init_cp_pg_table()6901 table_offset = CP_ME_TABLE_OFFSET; in cik_init_cp_pg_table()[all …]
1509 static void bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset) in bwfilter_table() argument1515 bw32(bp, B44_FILT_ADDR, table_offset + i); in bwfilter_table()