Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpda.c405 unsigned long val, syncr_val; in syncr_mode_show() local
411 syncr_val = readl_relaxed(drvdata->base + TPDA_SYNCR); in syncr_mode_show()
412 val = FIELD_GET(TPDA_SYNCR_MODE_CTRL_MASK, syncr_val); in syncr_mode_show()