Go to the documentation of this file.
28 #ifndef _CPCI_HOTPLUG_H
29 #define _CPCI_HOTPLUG_H
31 #include <linux/types.h>
32 #include <linux/pci.h>
36 #define HS_CSR_INS 0x0080
37 #define HS_CSR_EXT 0x0040
38 #define HS_CSR_PI 0x0030
39 #define HS_CSR_LOO 0x0008
40 #define HS_CSR_PIE 0x0004
41 #define HS_CSR_EIM 0x0002
42 #define HS_CSR_DHA 0x0001
73 static inline const char *slot_name(
struct slot *
slot)