Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/sibyte/bcm1480/
Dirq.c322 unsigned long long mask_h, mask_l; in dispatch_ip2() local
334 mask_l = __raw_readq( in dispatch_ip2()
340 else if (mask_l) in dispatch_ip2()
341 do_IRQ(63 + fls64(mask_l)); in dispatch_ip2()
/linux-4.1.27/drivers/bus/
Darm-ccn.c881 u64 mask_l = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].l; in arm_ccn_pmu_xp_watchpoint_config() local
911 writel(mask_l & 0xffffffff, source->base + CCN_XP_DT_CMP_MASK_L(wp)); in arm_ccn_pmu_xp_watchpoint_config()
912 writel((mask_l >> 32) & 0xefffffff, in arm_ccn_pmu_xp_watchpoint_config()