Home
last modified time | relevance | path

Searched refs:mask_l (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/mips/sibyte/bcm1480/
Dirq.c309 unsigned long long mask_h, mask_l; in dispatch_ip2() local
321 mask_l = __raw_readq( in dispatch_ip2()
327 else if (mask_l) in dispatch_ip2()
328 do_IRQ(63 + fls64(mask_l)); in dispatch_ip2()
/Linux-v5.10/drivers/perf/
Darm-ccn.c958 u64 mask_l = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].l; in arm_ccn_pmu_xp_watchpoint_config() local
988 writel(mask_l & 0xffffffff, source->base + CCN_XP_DT_CMP_MASK_L(wp)); in arm_ccn_pmu_xp_watchpoint_config()
989 writel((mask_l >> 32) & 0x7fffffff, in arm_ccn_pmu_xp_watchpoint_config()