Searched refs:hw_mech (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/pci/ |
H A D | pcbios.c | 136 u8 status, major_ver, minor_ver, hw_mech; in check_pcibios() local 158 hw_mech = eax & 0xff; in check_pcibios() 164 status, hw_mech, major_ver, minor_ver, pcibios_last_bus); in check_pcibios() 173 if (!(hw_mech & PCIBIOS_HW_TYPE1)) in check_pcibios() 175 if (!(hw_mech & PCIBIOS_HW_TYPE2)) in check_pcibios()
|
/kernel/linux/linux-6.6/arch/x86/pci/ |
H A D | pcbios.c | 136 u8 status, major_ver, minor_ver, hw_mech; in check_pcibios() local 158 hw_mech = eax & 0xff; in check_pcibios() 164 status, hw_mech, major_ver, minor_ver, pcibios_last_bus); in check_pcibios() 173 if (!(hw_mech & PCIBIOS_HW_TYPE1)) in check_pcibios() 175 if (!(hw_mech & PCIBIOS_HW_TYPE2)) in check_pcibios()
|
Completed in 2 milliseconds