Searched refs:coresight_simple_reg32 (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/hwtracing/coresight/ |
D | coresight-tmc-core.c | 255 coresight_simple_reg32(rsz, TMC_RSZ), 256 coresight_simple_reg32(sts, TMC_STS), 259 coresight_simple_reg32(trg, TMC_TRG), 260 coresight_simple_reg32(ctl, TMC_CTL), 261 coresight_simple_reg32(ffsr, TMC_FFSR), 262 coresight_simple_reg32(ffcr, TMC_FFCR), 263 coresight_simple_reg32(mode, TMC_MODE), 264 coresight_simple_reg32(pscr, TMC_PSCR), 265 coresight_simple_reg32(devid, CORESIGHT_DEVID), 267 coresight_simple_reg32(axictl, TMC_AXICTL), [all …]
|
D | coresight-stm.c | 647 coresight_simple_reg32(tcsr, STMTCSR), 648 coresight_simple_reg32(tsfreqr, STMTSFREQR), 649 coresight_simple_reg32(syncr, STMSYNCR), 650 coresight_simple_reg32(sper, STMSPER), 651 coresight_simple_reg32(spter, STMSPTER), 652 coresight_simple_reg32(privmaskr, STMPRIVMASKR), 653 coresight_simple_reg32(spscr, STMSPSCR), 654 coresight_simple_reg32(spmscr, STMSPMSCR), 655 coresight_simple_reg32(spfeat1r, STMSPFEAT1R), 656 coresight_simple_reg32(spfeat2r, STMSPFEAT2R), [all …]
|
D | coresight-catu.c | 369 coresight_simple_reg32(devid, CORESIGHT_DEVID), 370 coresight_simple_reg32(control, CATU_CONTROL), 371 coresight_simple_reg32(status, CATU_STATUS), 372 coresight_simple_reg32(mode, CATU_MODE), 373 coresight_simple_reg32(axictrl, CATU_AXICTRL), 374 coresight_simple_reg32(irqen, CATU_IRQEN),
|
D | coresight-etb10.c | 659 coresight_simple_reg32(rdp, ETB_RAM_DEPTH_REG), 660 coresight_simple_reg32(sts, ETB_STATUS_REG), 661 coresight_simple_reg32(rrp, ETB_RAM_READ_POINTER), 662 coresight_simple_reg32(rwp, ETB_RAM_WRITE_POINTER), 663 coresight_simple_reg32(trg, ETB_TRG), 664 coresight_simple_reg32(ctl, ETB_CTL_REG), 665 coresight_simple_reg32(ffsr, ETB_FFSR), 666 coresight_simple_reg32(ffcr, ETB_FFCR),
|
D | coresight-etm3x-sysfs.c | 1256 coresight_simple_reg32(etmccr, ETMCCR), 1257 coresight_simple_reg32(etmccer, ETMCCER), 1258 coresight_simple_reg32(etmscr, ETMSCR), 1259 coresight_simple_reg32(etmidr, ETMIDR), 1260 coresight_simple_reg32(etmcr, ETMCR), 1261 coresight_simple_reg32(etmtraceidr, ETMTRACEIDR), 1262 coresight_simple_reg32(etmteevr, ETMTEEVR), 1263 coresight_simple_reg32(etmtssvr, ETMTSSCR), 1264 coresight_simple_reg32(etmtecr1, ETMTECR1), 1265 coresight_simple_reg32(etmtecr2, ETMTECR2),
|
D | coresight-replicator.c | 200 coresight_simple_reg32(idfilter0, REPLICATOR_IDFILTER0), 201 coresight_simple_reg32(idfilter1, REPLICATOR_IDFILTER1),
|
D | coresight-priv.h | 58 #define coresight_simple_reg32(name, offset) \ macro
|