Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-armv7/
H A Dglobaltimer.h15 u32 cmp_h; member
/openbmc/linux/Documentation/admin-guide/perf/
H A Darm-ccn.rst32 and "cmp_h") and "mask", being index of the comparator mask.
/openbmc/linux/drivers/perf/
H A Darm-ccn.c242 static CCN_FORMAT_ATTR(cmp_h, "config2:0-59");
952 u64 cmp_h = event->attr.config2; in arm_ccn_pmu_xp_watchpoint_config() local
978 writel(cmp_h & 0xffffffff, source->base + CCN_XP_DT_CMP_VAL_H(wp)); in arm_ccn_pmu_xp_watchpoint_config()
979 writel((cmp_h >> 32) & 0x0fffffff, in arm_ccn_pmu_xp_watchpoint_config()