Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp.h400 #define BUS_MODE_PCI 0x00 macro
624 #define CURRENT_BUS_MODE(s) ((u8) (s & BUS_MODE) ? BUS_MODE_PCIX : BUS_MODE_PCI)
H A Dibmphp_core.c514 else if (mode == BUS_MODE_PCI) in ibmphp_update_slot_info()