Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.h216 #define BMVAL(val, lsb, msb) ((val & GENMASK(msb, lsb)) >> lsb) macro
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c122 if (BMVAL(trcidr2, 5, 9) != 0x4) { in cs_etm_validate_context_id()
137 if (!BMVAL(trcidr2, 29, 30) || BMVAL(trcidr2, 10, 14) < 4) { in cs_etm_validate_context_id()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-priv.h45 #define BMVAL(val, lsb, msb) ((val & GENMASK(msb, lsb)) >> lsb) macro
H A Dcoresight-cti-core.c159 #define CTI_DEVID_MAXTRIGS(devid_val) ((int) BMVAL(devid_val, 8, 15))
162 #define CTI_DEVID_CTMCHANNELS(devid_val) ((int) BMVAL(devid_val, 16, 19))
H A Dcoresight-tmc-core.c435 switch (BMVAL(devid, 8, 10)) { in tmc_get_memwidth()
802 drvdata->config_type = BMVAL(devid, 6, 7); in __tmc_probe()
H A Dcoresight-stm.c762 return BMVAL(stmspfeat2r, 12, 15) ? 8 : 4; in stm_fundamental_data_size()