Searched refs:coresight_simple_reg32 (Results 1 – 8 of 8) sorted by relevance
/drivers/hwtracing/coresight/ |
D | coresight-tmc-core.c | 257 coresight_simple_reg32(rsz, TMC_RSZ), 258 coresight_simple_reg32(sts, TMC_STS), 261 coresight_simple_reg32(trg, TMC_TRG), 262 coresight_simple_reg32(ctl, TMC_CTL), 263 coresight_simple_reg32(ffsr, TMC_FFSR), 264 coresight_simple_reg32(ffcr, TMC_FFCR), 265 coresight_simple_reg32(mode, TMC_MODE), 266 coresight_simple_reg32(pscr, TMC_PSCR), 267 coresight_simple_reg32(devid, CORESIGHT_DEVID), 269 coresight_simple_reg32(axictl, TMC_AXICTL), [all …]
|
D | coresight-stm.c | 623 coresight_simple_reg32(tcsr, STMTCSR), 624 coresight_simple_reg32(tsfreqr, STMTSFREQR), 625 coresight_simple_reg32(syncr, STMSYNCR), 626 coresight_simple_reg32(sper, STMSPER), 627 coresight_simple_reg32(spter, STMSPTER), 628 coresight_simple_reg32(privmaskr, STMPRIVMASKR), 629 coresight_simple_reg32(spscr, STMSPSCR), 630 coresight_simple_reg32(spmscr, STMSPMSCR), 631 coresight_simple_reg32(spfeat1r, STMSPFEAT1R), 632 coresight_simple_reg32(spfeat2r, STMSPFEAT2R), [all …]
|
D | coresight-etb10.c | 660 coresight_simple_reg32(rdp, ETB_RAM_DEPTH_REG), 661 coresight_simple_reg32(sts, ETB_STATUS_REG), 662 coresight_simple_reg32(rrp, ETB_RAM_READ_POINTER), 663 coresight_simple_reg32(rwp, ETB_RAM_WRITE_POINTER), 664 coresight_simple_reg32(trg, ETB_TRG), 665 coresight_simple_reg32(ctl, ETB_CTL_REG), 666 coresight_simple_reg32(ffsr, ETB_FFSR), 667 coresight_simple_reg32(ffcr, ETB_FFCR),
|
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-etm3x-sysfs.c | 1243 coresight_simple_reg32(etmccr, ETMCCR), 1244 coresight_simple_reg32(etmccer, ETMCCER), 1245 coresight_simple_reg32(etmscr, ETMSCR), 1246 coresight_simple_reg32(etmidr, ETMIDR), 1247 coresight_simple_reg32(etmcr, ETMCR), 1248 coresight_simple_reg32(etmtraceidr, ETMTRACEIDR), 1249 coresight_simple_reg32(etmteevr, ETMTEEVR), 1250 coresight_simple_reg32(etmtssvr, ETMTSSCR), 1251 coresight_simple_reg32(etmtecr1, ETMTECR1), 1252 coresight_simple_reg32(etmtecr2, ETMTECR2),
|
D | ultrasoc-smb.c | 188 coresight_simple_reg32(read_pos, SMB_LB_RD_ADDR_REG), 189 coresight_simple_reg32(write_pos, SMB_LB_WR_ADDR_REG), 190 coresight_simple_reg32(buf_status, SMB_LB_INT_STS_REG),
|
D | coresight-replicator.c | 203 coresight_simple_reg32(idfilter0, REPLICATOR_IDFILTER0), 204 coresight_simple_reg32(idfilter1, REPLICATOR_IDFILTER1),
|
D | coresight-priv.h | 58 #define coresight_simple_reg32(name, offset) \ macro
|