Home
last modified time | relevance | path

Searched refs:BUS_MODE_PCI (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp.h403 #define BUS_MODE_PCI 0x00 macro
627 #define CURRENT_BUS_MODE(s) ((u8) (s & BUS_MODE) ? BUS_MODE_PCIX : BUS_MODE_PCI)
Dibmphp_core.c617 else if (mode == BUS_MODE_PCI) in ibmphp_update_slot_info()