Home
last modified time | relevance | path

Searched refs:pend0 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/sgi-ip27/
Dip27-irq.c87 hubreg_t pend0, mask0; in ip27_do_irq_mask0() local
93 pend0 = LOCAL_HUB_L(PI_INT_PEND0); in ip27_do_irq_mask0()
96 pend0 &= mask0; /* Pick intrs we should look at */ in ip27_do_irq_mask0()
97 if (!pend0) in ip27_do_irq_mask0()
100 swlevel = ms1bit(pend0); in ip27_do_irq_mask0()
102 if (pend0 & (1UL << CPU_RESCHED_A_IRQ)) { in ip27_do_irq_mask0()
105 } else if (pend0 & (1UL << CPU_RESCHED_B_IRQ)) { in ip27_do_irq_mask0()
108 } else if (pend0 & (1UL << CPU_CALL_A_IRQ)) { in ip27_do_irq_mask0()
113 } else if (pend0 & (1UL << CPU_CALL_B_IRQ)) { in ip27_do_irq_mask0()
Dip27-nmi.c132 hubreg_t mask0, mask1, pend0, pend1; in nmi_dump_hub_irq() local
142 pend0 = REMOTE_HUB_L(nasid, PI_INT_PEND0); in nmi_dump_hub_irq()
146 printk("PI_INT_PEND0: %16Lx PI_INT_PEND1: %16Lx\n", pend0, pend1); in nmi_dump_hub_irq()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pow-defs.h144 uint64_t pend0:1; member
150 uint64_t pend0:1;
207 uint64_t pend0:1; member
213 uint64_t pend0:1;
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c1297 u16 pend0, pend1, ld; in megasas_get_best_arm_pd() local
1323 pend0 = atomic_read(&lbInfo->scsi_pending_cmds[pd0]); in megasas_get_best_arm_pd()
1331 if ((bestArm == arm && pend0 > pend1 + lb_pending_cmds) || in megasas_get_best_arm_pd()
1332 (bestArm != arm && pend1 > pend0 + lb_pending_cmds)) in megasas_get_best_arm_pd()