Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c409 val = readl_relaxed(drvdata->base + TPDM_CMB_CR); in tpdm_enable_cmb()
420 writel_relaxed(val, drvdata->base + TPDM_CMB_CR); in tpdm_enable_cmb()
486 val = readl_relaxed(drvdata->base + TPDM_CMB_CR); in tpdm_disable_cmb()
489 writel_relaxed(val, drvdata->base + TPDM_CMB_CR); in tpdm_disable_cmb()
H A Dcoresight-tpdm.h13 #define TPDM_CMB_CR (0xA00) macro