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

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

Completed in 111 milliseconds