Searched refs:pend1 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | ip27-irq.c | 130 hubreg_t pend1, mask1; in ip27_do_irq_mask1() local 136 pend1 = LOCAL_HUB_L(PI_INT_PEND1); in ip27_do_irq_mask1() 139 pend1 &= mask1; /* Pick intrs we should look at */ in ip27_do_irq_mask1() 140 if (!pend1) in ip27_do_irq_mask1() 143 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-4.1.27/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-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pow-defs.h | 137 uint64_t pend1:1; member 145 uint64_t pend1:1; 200 uint64_t pend1:1; member 208 uint64_t pend1:1;
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 1292 u16 pend0, pend1, ld; in megasas_get_best_arm_pd() local 1319 pend1 = atomic_read(&lbInfo->scsi_pending_cmds[pd1]); in megasas_get_best_arm_pd() 1326 if ((bestArm == arm && pend0 > pend1 + lb_pending_cmds) || in megasas_get_best_arm_pd() 1327 (bestArm != arm && pend1 > pend0 + lb_pending_cmds)) in megasas_get_best_arm_pd()
|