Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.h121 #define TPDM_DSB_MAX_LINES 256 macro
H A Dcoresight-tpdm.c679 if ((kstrtoul(buf, 0, &val)) || (val >= TPDM_DSB_MAX_LINES)) in ctrl_idx_store()