Searched refs:pend1 (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/mips/sgi-ip27/ |
D | ip27-irq.c | 232 u64 pend1; in ip27_do_irq_mask1() local 236 pend1 = LOCAL_HUB_L(PI_INT_PEND1); in ip27_do_irq_mask1() 238 pend1 &= mask[1]; /* Pick intrs we should look at */ in ip27_do_irq_mask1() 239 if (!pend1) in ip27_do_irq_mask1() 243 ret = generic_handle_domain_irq(domain, __ffs(pend1) + 64); in ip27_do_irq_mask1()
|
D | ip27-nmi.c | 134 u64 mask0, mask1, pend0, pend1; in nmi_dump_hub_irq() local 145 pend1 = REMOTE_HUB_L(nasid, PI_INT_PEND1); in nmi_dump_hub_irq() 148 pr_emerg("PI_INT_PEND0: %16llx PI_INT_PEND1: %16llx\n", pend0, pend1); in nmi_dump_hub_irq()
|
/linux-5.19.10/arch/mips/vr41xx/common/ |
D | icu.c | 614 uint16_t pend1, pend2; in icu_get_irq() local 618 pend1 = icu1_read(SYSINT1REG); in icu_get_irq() 624 mask1 &= pend1; in icu_get_irq() 641 printk(KERN_ERR "spurious ICU interrupt: %04x,%04x\n", pend1, pend2); in icu_get_irq()
|
/linux-5.19.10/arch/mips/include/asm/octeon/ |
D | cvmx-pow-defs.h | 143 uint64_t pend1:1; member 151 uint64_t pend1:1; 203 uint64_t pend1:1; member 211 uint64_t pend1:1;
|
/linux-5.19.10/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 1355 u16 pend0, pend1, ld; in megasas_get_best_arm_pd() local 1386 pend1 = atomic_read(&lbInfo->scsi_pending_cmds[pd1]); in megasas_get_best_arm_pd() 1396 if ((bestArm == arm && pend0 > pend1 + lb_pending_cmds) || in megasas_get_best_arm_pd() 1397 (bestArm != arm && pend1 > pend0 + lb_pending_cmds)) in megasas_get_best_arm_pd()
|