Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp.h486 #define HPC_SLOT_EMPTY 0x00 macro
594 ? ((s & HPC_SLOT_PRSNT2) ? HPC_SLOT_EMPTY : HPC_SLOT_PRSNT_15) \
H A Dibmphp_core.c347 if (present == HPC_SLOT_EMPTY) in get_adapter_present()