Home
last modified time | relevance | path

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

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