Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.h62 #define TPDM_DSB_CR_HPSEL GENMASK(6, 2) macro
H A Dcoresight-tpdm.c264 *val &= ~TPDM_DSB_CR_HPSEL; in set_dsb_mode()
265 *val |= FIELD_PREP(TPDM_DSB_CR_HPSEL, mode); in set_dsb_mode()