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

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c584 void __iomem *slot_entry = NULL; local
608 slot_entry = get_SMBIOS_entry(smbios_start, smbios_table, 9,
609 slot_entry);
611 while (slot_entry && (readw(slot_entry + SMBIOS_SLOT_NUMBER) !=
613 slot_entry = get_SMBIOS_entry(smbios_start,
614 smbios_table, 9, slot_entry);
617 slot->p_sm_slot = slot_entry;

Completed in 113 milliseconds