Home
last modified time | relevance | path

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

/drivers/bus/
Darm-ccn.c913 u64 mask_l = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].l; in arm_ccn_pmu_xp_watchpoint_config() local
943 writel(mask_l & 0xffffffff, source->base + CCN_XP_DT_CMP_MASK_L(wp)); in arm_ccn_pmu_xp_watchpoint_config()
944 writel((mask_l >> 32) & 0x7fffffff, in arm_ccn_pmu_xp_watchpoint_config()