Searched refs:smbios_table (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
H A Dcpqphp_core.c57 static void __iomem *smbios_table; variable
199 * @smbios_table: location of the SMBIOS table
209 void __iomem *smbios_table, get_subsequent_smbios_entry()
217 if (!smbios_table || !curr) get_subsequent_smbios_entry()
221 p_max = smbios_start + readw(smbios_table + ST_LENGTH); get_subsequent_smbios_entry()
248 * @smbios_table: location of the SMBIOS table
260 void __iomem *smbios_table, get_SMBIOS_entry()
264 if (!smbios_table) get_SMBIOS_entry()
271 smbios_table, previous); get_SMBIOS_entry()
276 smbios_table, previous); get_SMBIOS_entry()
601 void __iomem *smbios_table) ctrl_slot_setup()
653 slot_entry = get_SMBIOS_entry(smbios_start, smbios_table, 9, ctrl_slot_setup()
659 smbios_table, 9, slot_entry); ctrl_slot_setup()
786 smbios_table = detect_SMBIOS_pointer(cpqhp_rom_start, one_time_init()
788 if (!smbios_table) { one_time_init()
794 smbios_start = ioremap(readl(smbios_table + ST_ADDRESS), one_time_init()
795 readw(smbios_table + ST_LENGTH)); one_time_init()
1189 rc = ctrl_slot_setup(ctrl, smbios_start, smbios_table); cpqhpc_probe()
208 get_subsequent_smbios_entry(void __iomem *smbios_start, void __iomem *smbios_table, void __iomem *curr) get_subsequent_smbios_entry() argument
259 get_SMBIOS_entry(void __iomem *smbios_start, void __iomem *smbios_table, u8 type, void __iomem *previous) get_SMBIOS_entry() argument
599 ctrl_slot_setup(struct controller *ctrl, void __iomem *smbios_start, void __iomem *smbios_table) ctrl_slot_setup() argument

Completed in 84 milliseconds