Lines Matching refs:smbios_table
43 static void __iomem *smbios_table; variable
195 void __iomem *smbios_table, in get_subsequent_smbios_entry() argument
203 if (!smbios_table || !curr) in get_subsequent_smbios_entry()
207 p_max = smbios_start + readw(smbios_table + ST_LENGTH); in get_subsequent_smbios_entry()
246 void __iomem *smbios_table, in get_SMBIOS_entry() argument
250 if (!smbios_table) in get_SMBIOS_entry()
257 smbios_table, previous); in get_SMBIOS_entry()
262 smbios_table, previous); in get_SMBIOS_entry()
578 void __iomem *smbios_table) in ctrl_slot_setup() argument
630 slot_entry = get_SMBIOS_entry(smbios_start, smbios_table, 9, in ctrl_slot_setup()
636 smbios_table, 9, slot_entry); in ctrl_slot_setup()
761 smbios_table = detect_SMBIOS_pointer(cpqhp_rom_start, in one_time_init()
763 if (!smbios_table) { in one_time_init()
769 smbios_start = ioremap(readl(smbios_table + ST_ADDRESS), in one_time_init()
770 readw(smbios_table + ST_LENGTH)); in one_time_init()
1164 rc = ctrl_slot_setup(ctrl, smbios_start, smbios_table); in cpqhpc_probe()