Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c45 struct tpdm_dataset_attribute *tpdm_attr = in tpdm_simple_dataset_show() local
48 switch (tpdm_attr->mem) { in tpdm_simple_dataset_show()
50 if (tpdm_attr->idx >= TPDM_DSB_MAX_EDCR) in tpdm_simple_dataset_show()
53 drvdata->dsb->edge_ctrl[tpdm_attr->idx]); in tpdm_simple_dataset_show()
55 if (tpdm_attr->idx >= TPDM_DSB_MAX_EDCMR) in tpdm_simple_dataset_show()
58 drvdata->dsb->edge_ctrl_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show()
60 if (tpdm_attr->idx >= TPDM_DSB_MAX_PATT) in tpdm_simple_dataset_show()
63 drvdata->dsb->trig_patt[tpdm_attr->idx]); in tpdm_simple_dataset_show()
65 if (tpdm_attr->idx >= TPDM_DSB_MAX_PATT) in tpdm_simple_dataset_show()
68 drvdata->dsb->trig_patt_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show()
[all …]