Searched refs:CORESIGHT_DEVID (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-priv.h | 27 #define CORESIGHT_DEVID 0xfc8 macro
|
H A D | coresight-tmc-core.c | 267 coresight_simple_reg32(devid, CORESIGHT_DEVID), 463 devid = readl_relaxed(drvdata->base + CORESIGHT_DEVID); in tmc_probe()
|
H A D | coresight-catu.c | 369 coresight_simple_reg32(devid, CORESIGHT_DEVID), 533 dma_mask = readl_relaxed(base + CORESIGHT_DEVID) & 0x3f; in catu_probe()
|
H A D | coresight-stm.c | 634 coresight_simple_reg32(devid, CORESIGHT_DEVID), 760 numsp = readl_relaxed(drvdata->base + CORESIGHT_DEVID); in stm_num_stimulus_port()
|
H A D | coresight-cti-core.c | 223 devid = readl_relaxed(drvdata->base + CORESIGHT_DEVID); in cti_set_default_config()
|
H A D | coresight-cti-sysfs.c | 244 coresight_cti_reg(devid, CORESIGHT_DEVID),
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-catu.c | 368 coresight_simple_reg32(struct catu_drvdata, devid, CORESIGHT_DEVID); 528 dma_mask = readl_relaxed(base + CORESIGHT_DEVID) & 0x3f; in catu_probe()
|
H A D | coresight-tmc-core.c | 266 coresight_tmc_reg(devid, CORESIGHT_DEVID); 462 devid = readl_relaxed(drvdata->base + CORESIGHT_DEVID); in tmc_probe()
|
H A D | coresight-priv.h | 27 #define CORESIGHT_DEVID 0xfc8 macro
|
H A D | coresight-stm.c | 650 coresight_stm_reg(devid, CORESIGHT_DEVID); 799 numsp = readl_relaxed(drvdata->base + CORESIGHT_DEVID); in stm_num_stimulus_port()
|
H A D | coresight-cti-core.c | 215 devid = readl_relaxed(drvdata->base + CORESIGHT_DEVID); in cti_set_default_config()
|
H A D | coresight-cti-sysfs.c | 188 coresight_cti_reg(devid, CORESIGHT_DEVID);
|
Completed in 16 milliseconds