Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpda.h17 #define TPDA_CR_ATID GENMASK(12, 6) macro
H A Dcoresight-tpda.c30 val &= ~TPDA_CR_ATID; in tpda_enable_pre_port()
31 val |= FIELD_PREP(TPDA_CR_ATID, drvdata->atid); in tpda_enable_pre_port()