Searched refs:intr_loc (Results 1 – 3 of 3) sorted by relevance
/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 545 u16 detected, intr_loc; in pcie_isr() local 554 intr_loc = 0; in pcie_isr() 566 detected &= ~intr_loc; in pcie_isr() 567 intr_loc |= detected; in pcie_isr() 568 if (!intr_loc) in pcie_isr() 572 intr_loc); in pcie_isr() 575 ctrl_dbg(ctrl, "pending interrupts %#06x from Slot Status\n", intr_loc); in pcie_isr() 578 if (intr_loc & PCI_EXP_SLTSTA_CC) { in pcie_isr() 588 intr_loc, pci_name(dev)); in pcie_isr() 594 if (!(intr_loc & ~PCI_EXP_SLTSTA_CC)) in pcie_isr() [all …]
|
D | shpchp_hpc.c | 792 u32 serr_int, slot_reg, intr_loc, intr_loc2; in shpc_isr() local 796 intr_loc = shpc_readl(ctrl, INTR_LOC); in shpc_isr() 797 if (!intr_loc) in shpc_isr() 800 ctrl_dbg(ctrl, "%s: intr_loc = %x\n", __func__, intr_loc); in shpc_isr() 816 if (intr_loc & CMD_INTR_PENDING) { in shpc_isr() 829 if (!(intr_loc & ~CMD_INTR_PENDING)) in shpc_isr() 834 if (!(intr_loc & SLOT_INTR_PENDING(hp_slot))) in shpc_isr()
|
D | shpchp.h | 211 volatile u32 intr_loc; member 228 INTR_LOC = offsetof(struct ctrl_reg, intr_loc),
|