Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/sibyte/bcm1480/
Dirq.c322 unsigned long long mask_h, mask_l; in dispatch_ip2() local
332 mask_h = __raw_readq( in dispatch_ip2()
337 if (mask_h) { in dispatch_ip2()
338 if (mask_h ^ 1) in dispatch_ip2()
339 do_IRQ(fls64(mask_h) - 1); in dispatch_ip2()
/Linux-v4.19/drivers/perf/
Darm-ccn.c969 u64 mask_h = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].h; in arm_ccn_pmu_xp_watchpoint_config() local
1001 writel(mask_h & 0xffffffff, source->base + CCN_XP_DT_CMP_MASK_H(wp)); in arm_ccn_pmu_xp_watchpoint_config()
1002 writel((mask_h >> 32) & 0x0fffffff, in arm_ccn_pmu_xp_watchpoint_config()