Searched refs:pend1 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/mips/sgi-ip27/ |
D | ip27-irq.c | 135 hubreg_t pend1, mask1; in ip27_do_irq_mask1() local 141 pend1 = LOCAL_HUB_L(PI_INT_PEND1); in ip27_do_irq_mask1() 144 pend1 &= mask1; /* Pick intrs we should look at */ in ip27_do_irq_mask1() 145 if (!pend1) in ip27_do_irq_mask1() 148 swlevel = ms1bit(pend1); in ip27_do_irq_mask1()
|
D | ip27-nmi.c | 133 hubreg_t mask0, mask1, pend0, pend1; in nmi_dump_hub_irq() local 144 pend1 = REMOTE_HUB_L(nasid, PI_INT_PEND1); in nmi_dump_hub_irq() 147 printk("PI_INT_PEND0: %16Lx PI_INT_PEND1: %16Lx\n", pend0, pend1); in nmi_dump_hub_irq()
|
/Linux-v4.19/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-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-pow-defs.h | 143 uint64_t pend1:1; member 151 uint64_t pend1:1; 206 uint64_t pend1:1; member 214 uint64_t pend1:1;
|
/Linux-v4.19/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 1291 u16 pend0, pend1, ld; in megasas_get_best_arm_pd() local 1322 pend1 = atomic_read(&lbInfo->scsi_pending_cmds[pd1]); in megasas_get_best_arm_pd() 1332 if ((bestArm == arm && pend0 > pend1 + lb_pending_cmds) || in megasas_get_best_arm_pd() 1333 (bestArm != arm && pend1 > pend0 + lb_pending_cmds)) in megasas_get_best_arm_pd()
|