Searched refs:intr_loc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpciehp_hpc.c562 u16 detected, intr_loc; local
569 intr_loc = 0;
580 detected &= ~intr_loc;
581 intr_loc |= detected;
582 if (!intr_loc)
584 if (detected && pciehp_writew(ctrl, PCI_EXP_SLTSTA, intr_loc)) {
591 ctrl_dbg(ctrl, "%s: intr_loc %x\n", __func__, intr_loc);
594 if (intr_loc & PCI_EXP_SLTSTA_CC) {
600 if (!(intr_loc
[all...]
H A Dshpchp_hpc.c801 u32 serr_int, slot_reg, intr_loc, intr_loc2; local
805 intr_loc = shpc_readl(ctrl, INTR_LOC);
806 if (!intr_loc)
809 ctrl_dbg(ctrl, "%s: intr_loc = %x\n", __func__, intr_loc);
825 if (intr_loc & CMD_INTR_PENDING) {
838 if (!(intr_loc & ~CMD_INTR_PENDING))
843 if (!(intr_loc & SLOT_INTR_PENDING(hp_slot)))
H A Dshpchp.h210 volatile u32 intr_loc; member in struct:ctrl_reg
227 INTR_LOC = offsetof(struct ctrl_reg, intr_loc),

Completed in 105 milliseconds