Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dibmphp.h417 #define BUS_MODE_PCI 0x00 macro
641 #define CURRENT_BUS_MODE(s) ((u8) (s & BUS_MODE) ? BUS_MODE_PCIX : BUS_MODE_PCI)
Dibmphp_core.c641 else if (mode == BUS_MODE_PCI) in ibmphp_update_slot_info()