Searched refs:BMVAL (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | cs-etm.h | 216 #define BMVAL(val, lsb, msb) ((val & GENMASK(msb, lsb)) >> lsb) macro
|
| /linux/tools/perf/arch/arm/util/ |
| H A D | cs-etm.c | 122 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 D | coresight-priv.h | 45 #define BMVAL(val, lsb, msb) ((val & GENMASK(msb, lsb)) >> lsb) macro
|
| H A D | coresight-cti-core.c | 159 #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 D | coresight-tmc-core.c | 435 switch (BMVAL(devid, 8, 10)) { in tmc_get_memwidth() 802 drvdata->config_type = BMVAL(devid, 6, 7); in __tmc_probe()
|
| H A D | coresight-stm.c | 762 return BMVAL(stmspfeat2r, 12, 15) ? 8 : 4; in stm_fundamental_data_size()
|