Home
last modified time | relevance | path

Searched refs:coresight_simple_reg32 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-stm.c634 coresight_simple_reg32(tcsr, STMTCSR),
635 coresight_simple_reg32(tsfreqr, STMTSFREQR),
636 coresight_simple_reg32(syncr, STMSYNCR),
637 coresight_simple_reg32(sper, STMSPER),
638 coresight_simple_reg32(spter, STMSPTER),
639 coresight_simple_reg32(privmaskr, STMPRIVMASKR),
640 coresight_simple_reg32(spscr, STMSPSCR),
641 coresight_simple_reg32(spmscr, STMSPMSCR),
642 coresight_simple_reg32(spfeat1r, STMSPFEAT1R),
643 coresight_simple_reg32(spfeat2r, STMSPFEAT2R),
[all …]
H A Dcoresight-tmc-core.c461 coresight_simple_reg32(rsz, TMC_RSZ),
462 coresight_simple_reg32(sts, TMC_STS),
465 coresight_simple_reg32(trg, TMC_TRG),
466 coresight_simple_reg32(ctl, TMC_CTL),
467 coresight_simple_reg32(ffsr, TMC_FFSR),
468 coresight_simple_reg32(ffcr, TMC_FFCR),
469 coresight_simple_reg32(mode, TMC_MODE),
470 coresight_simple_reg32(pscr, TMC_PSCR),
471 coresight_simple_reg32(devid, CORESIGHT_DEVID),
473 coresight_simple_reg32(axictl, TMC_AXICTL),
[all …]
H A Dcoresight-etb10.c658 coresight_simple_reg32(rdp, ETB_RAM_DEPTH_REG),
659 coresight_simple_reg32(sts, ETB_STATUS_REG),
660 coresight_simple_reg32(rrp, ETB_RAM_READ_POINTER),
661 coresight_simple_reg32(rwp, ETB_RAM_WRITE_POINTER),
662 coresight_simple_reg32(trg, ETB_TRG),
663 coresight_simple_reg32(ctl, ETB_CTL_REG),
664 coresight_simple_reg32(ffsr, ETB_FFSR),
665 coresight_simple_reg32(ffcr, ETB_FFCR),
H A Dcoresight-catu.c370 coresight_simple_reg32(devid, CORESIGHT_DEVID),
371 coresight_simple_reg32(control, CATU_CONTROL),
372 coresight_simple_reg32(status, CATU_STATUS),
373 coresight_simple_reg32(mode, CATU_MODE),
374 coresight_simple_reg32(axictrl, CATU_AXICTRL),
375 coresight_simple_reg32(irqen, CATU_IRQEN),
H A Dcoresight-etm3x-sysfs.c1242 coresight_simple_reg32(etmccr, ETMCCR),
1243 coresight_simple_reg32(etmccer, ETMCCER),
1244 coresight_simple_reg32(etmscr, ETMSCR),
1245 coresight_simple_reg32(etmidr, ETMIDR),
1246 coresight_simple_reg32(etmcr, ETMCR),
1247 coresight_simple_reg32(etmtraceidr, ETMTRACEIDR),
1248 coresight_simple_reg32(etmteevr, ETMTEEVR),
1249 coresight_simple_reg32(etmtssvr, ETMTSSCR),
1250 coresight_simple_reg32(etmtecr1, ETMTECR1),
1251 coresight_simple_reg32(etmtecr2, ETMTECR2),
H A Dultrasoc-smb.c178 coresight_simple_reg32(read_pos, SMB_LB_RD_ADDR_REG),
179 coresight_simple_reg32(write_pos, SMB_LB_WR_ADDR_REG),
180 coresight_simple_reg32(buf_status, SMB_LB_INT_STS_REG),
H A Dcoresight-replicator.c205 coresight_simple_reg32(idfilter0, REPLICATOR_IDFILTER0),
206 coresight_simple_reg32(idfilter1, REPLICATOR_IDFILTER1),
H A Dcoresight-priv.h66 #define coresight_simple_reg32(name, offset) \ macro