Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
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-priv.h66 #define coresight_simple_reg32(name, offset) \ macro