slot_avail2       180 drivers/pci/hotplug/shpchp.h 	volatile u32 slot_avail2;
slot_avail2       197 drivers/pci/hotplug/shpchp.h 	SLOT_AVAIL2	 = offsetof(struct ctrl_reg, slot_avail2),
slot_avail2       858 drivers/pci/hotplug/shpchp_hpc.c 	u32 slot_avail2 = shpc_readl(ctrl, SLOT_AVAIL2);
slot_avail2       861 drivers/pci/hotplug/shpchp_hpc.c 		if (slot_avail2 & SLOT_133MHZ_PCIX_533)
slot_avail2       863 drivers/pci/hotplug/shpchp_hpc.c 		else if (slot_avail2 & SLOT_100MHZ_PCIX_533)
slot_avail2       865 drivers/pci/hotplug/shpchp_hpc.c 		else if (slot_avail2 & SLOT_66MHZ_PCIX_533)
slot_avail2       867 drivers/pci/hotplug/shpchp_hpc.c 		else if (slot_avail2 & SLOT_133MHZ_PCIX_266)
slot_avail2       869 drivers/pci/hotplug/shpchp_hpc.c 		else if (slot_avail2 & SLOT_100MHZ_PCIX_266)
slot_avail2       871 drivers/pci/hotplug/shpchp_hpc.c 		else if (slot_avail2 & SLOT_66MHZ_PCIX_266)
slot_avail2       882 drivers/pci/hotplug/shpchp_hpc.c 		else if (slot_avail2 & SLOT_66MHZ)