Home
last modified time | relevance | path

Searched refs:trigger_cntr (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c81 * @trigger_cntr: amount of words to store after a trigger.
94 u32 trigger_cntr; member
124 writel_relaxed(drvdata->trigger_cntr, drvdata->base + ETB_TRG); in __etb_enable_hw()
686 unsigned long val = drvdata->trigger_cntr; in trigger_cntr_show()
703 drvdata->trigger_cntr = val; in trigger_cntr_store()
706 static DEVICE_ATTR_RW(trigger_cntr);
H A Dcoresight-tmc-core.c293 unsigned long val = drvdata->trigger_cntr; in trigger_cntr_show()
310 drvdata->trigger_cntr = val; in trigger_cntr_store()
313 static DEVICE_ATTR_RW(trigger_cntr);
H A Dcoresight-tmc.h180 * @trigger_cntr: amount of words to store after a trigger.
204 u32 trigger_cntr; member
H A Dcoresight-tmc-etf.c32 writel_relaxed(drvdata->trigger_cntr, drvdata->base + TMC_TRG); in __tmc_etb_enable_hw()
H A Dcoresight-tmc-etr.c1015 writel_relaxed(drvdata->trigger_cntr, drvdata->base + TMC_TRG); in __tmc_etr_enable_hw()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c81 * @trigger_cntr: amount of words to store after a trigger.
94 u32 trigger_cntr; member
124 writel_relaxed(drvdata->trigger_cntr, drvdata->base + ETB_TRG); in __etb_enable_hw()
675 unsigned long val = drvdata->trigger_cntr; in trigger_cntr_show()
692 drvdata->trigger_cntr = val; in trigger_cntr_store()
695 static DEVICE_ATTR_RW(trigger_cntr);
H A Dcoresight-tmc-core.c278 unsigned long val = drvdata->trigger_cntr; in trigger_cntr_show()
295 drvdata->trigger_cntr = val; in trigger_cntr_store()
298 static DEVICE_ATTR_RW(trigger_cntr);
H A Dcoresight-tmc.h183 * @trigger_cntr: amount of words to store after a trigger.
208 u32 trigger_cntr; member
H A Dcoresight-tmc-etf.c40 writel_relaxed(drvdata->trigger_cntr, drvdata->base + TMC_TRG); in __tmc_etb_enable_hw()
H A Dcoresight-tmc-etr.c1019 writel_relaxed(drvdata->trigger_cntr, drvdata->base + TMC_TRG); in __tmc_etr_enable_hw()

Completed in 12 milliseconds