intr_loc          187 drivers/pci/hotplug/shpchp.h 	volatile u32 intr_loc;
intr_loc          204 drivers/pci/hotplug/shpchp.h 	INTR_LOC	 = offsetof(struct ctrl_reg, intr_loc),
intr_loc          775 drivers/pci/hotplug/shpchp_hpc.c 	u32 serr_int, slot_reg, intr_loc, intr_loc2;
intr_loc          779 drivers/pci/hotplug/shpchp_hpc.c 	intr_loc = shpc_readl(ctrl, INTR_LOC);
intr_loc          780 drivers/pci/hotplug/shpchp_hpc.c 	if (!intr_loc)
intr_loc          783 drivers/pci/hotplug/shpchp_hpc.c 	ctrl_dbg(ctrl, "%s: intr_loc = %x\n", __func__, intr_loc);
intr_loc          799 drivers/pci/hotplug/shpchp_hpc.c 	if (intr_loc & CMD_INTR_PENDING) {
intr_loc          812 drivers/pci/hotplug/shpchp_hpc.c 	if (!(intr_loc & ~CMD_INTR_PENDING))
intr_loc          817 drivers/pci/hotplug/shpchp_hpc.c 		if (!(intr_loc & SLOT_INTR_PENDING(hp_slot)))