Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/ !
H A Dcoresight-tmc.h233 * @etr_caps: Bitmask of capabilities of the TMC ETR, inferred from the
266 u32 etr_caps; member
361 WARN_ON(drvdata->etr_caps); in TMC_REG_PAIR()
362 drvdata->etr_caps = dev_caps; in TMC_REG_PAIR()
367 drvdata->etr_caps |= cap; in tmc_etr_set_cap()
372 return !!(drvdata->etr_caps & cap); in tmc_etr_has_cap()