Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/arm/
DCCN.txt25 require comparator values ("cmp_l" and "cmp_h") and "mask", being
/linux-4.4.14/drivers/bus/
Darm-ccn.c246 static CCN_FORMAT_ATTR(cmp_h, "config2:0-59");
965 u64 cmp_h = event->attr.config2; in arm_ccn_pmu_xp_watchpoint_config() local
991 writel(cmp_h & 0xffffffff, source->base + CCN_XP_DT_CMP_VAL_H(wp)); in arm_ccn_pmu_xp_watchpoint_config()
992 writel((cmp_h >> 32) & 0x0fffffff, in arm_ccn_pmu_xp_watchpoint_config()