Searched refs:pend1 (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/mips/sgi-ip27/ |
D | ip27-irq.c | 175 hubreg_t pend1, mask1; in ip27_do_irq_mask1() local 181 pend1 = LOCAL_HUB_L(PI_INT_PEND1); in ip27_do_irq_mask1() 184 pend1 &= mask1; /* Pick intrs we should look at */ in ip27_do_irq_mask1() 185 if (!pend1) in ip27_do_irq_mask1() 188 swlevel = ms1bit(pend1); in ip27_do_irq_mask1()
|
D | ip27-nmi.c | 132 hubreg_t mask0, mask1, pend0, pend1; in nmi_dump_hub_irq() local 143 pend1 = REMOTE_HUB_L(nasid, PI_INT_PEND1); in nmi_dump_hub_irq() 146 printk("PI_INT_PEND0: %16Lx PI_INT_PEND1: %16Lx\n", pend0, pend1); in nmi_dump_hub_irq()
|
/linux-3.4.99/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 488 u16 pend0, pend1; in megasas_get_best_arm() local 494 pend1 = atomic_read(&lbInfo->scsi_pending_cmds[1]); in megasas_get_best_arm() 501 if ((bestArm == arm && pend0 > pend1 + 16) || in megasas_get_best_arm() 502 (bestArm != arm && pend1 > pend0 + 16)) in megasas_get_best_arm()
|
/linux-3.4.99/arch/mips/vr41xx/common/ |
D | icu.c | 627 uint16_t pend1, pend2; in icu_get_irq() local 631 pend1 = icu1_read(SYSINT1REG); in icu_get_irq() 637 mask1 &= pend1; in icu_get_irq() 654 printk(KERN_ERR "spurious ICU interrupt: %04x,%04x\n", pend1, pend2); in icu_get_irq()
|
/linux-3.4.99/arch/mips/include/asm/octeon/ |
D | cvmx-pow-defs.h | 100 uint64_t pend1:1; member 132 uint64_t pend1:1; member
|