Home
last modified time | relevance | path

Searched refs:cntrldvr (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-cfg.c123 CHECKREGIDX(TRCCNTRLDVRn(0), cntrldvr, idx, off_mask); in etm4_cfg_map_reg_offset()
H A Dcoresight-etm4x-sysfs.c234 config->cntrldvr[i] = 0x0; in reset_store()
1556 val = config->cntrldvr[idx]; in cntrldvr_show()
1577 config->cntrldvr[idx] = val; in cntrldvr_store()
1581 static DEVICE_ATTR_RW(cntrldvr);
H A Dcoresight-etm4x-core.c463 etm4x_relaxed_write32(csa, config->cntrldvr[i], TRCCNTRLDVRn(i)); in etm4_enable_hw()
615 config->cntrldvr[ctridx] = 1; in etm4_config_timestamp_event()
H A Dcoresight-etm4x.h819 * @cntrldvr: Sets or returns the reload count value for a counter.
863 u32 cntrldvr[ETMv4_MAX_CNTR]; member
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h231 * @cntrldvr: Sets or returns the reload count value for a counter.
275 u32 cntrldvr[ETMv4_MAX_CNTR]; member
H A Dcoresight-etm4x-sysfs.c233 config->cntrldvr[i] = 0x0; in reset_store()
1547 val = config->cntrldvr[idx]; in cntrldvr_show()
1568 config->cntrldvr[idx] = val; in cntrldvr_store()
1572 static DEVICE_ATTR_RW(cntrldvr);
H A Dcoresight-etm4x-core.c155 writel_relaxed(config->cntrldvr[i], in etm4_enable_hw()
304 config->cntrldvr[ctridx] = 1; in etm4_config_timestamp_event()

Completed in 16 milliseconds