Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.h39 #define TPDM_CMB_MAX_PATT 2 macro
262 u32 patt_val[TPDM_CMB_MAX_PATT];
263 u32 patt_mask[TPDM_CMB_MAX_PATT];
264 u32 trig_patt[TPDM_CMB_MAX_PATT];
265 u32 trig_patt_mask[TPDM_CMB_MAX_PATT];
H A Dcoresight-tpdm.c70 if (tpdm_attr->idx >= TPDM_CMB_MAX_PATT) in tpdm_simple_dataset_show()
75 if (tpdm_attr->idx >= TPDM_CMB_MAX_PATT) in tpdm_simple_dataset_show()
80 if (tpdm_attr->idx >= TPDM_CMB_MAX_PATT) in tpdm_simple_dataset_show()
85 if (tpdm_attr->idx >= TPDM_CMB_MAX_PATT) in tpdm_simple_dataset_show()
147 if (tpdm_attr->idx < TPDM_CMB_MAX_PATT) { in tpdm_simple_dataset_store()
153 if (tpdm_attr->idx < TPDM_CMB_MAX_PATT) { in tpdm_simple_dataset_store()
159 if (tpdm_attr->idx < TPDM_CMB_MAX_PATT) { in tpdm_simple_dataset_store()
165 if (tpdm_attr->idx < TPDM_CMB_MAX_PATT) { in tpdm_simple_dataset_store()
395 for (i = 0; i < TPDM_CMB_MAX_PATT; i++) { in tpdm_enable_cmb()