regs_ip
#define NFC_V3_CONFIG3 (host->regs_ip + 0x28)
#define NFC_V3_IPC (host->regs_ip + 0x2C)
#define NFC_V3_DELAY_LINE (host->regs_ip + 0x34)
void __iomem *regs_ip;
host->regs_ip = devm_platform_ioremap_resource(pdev, 0);
if (IS_ERR(host->regs_ip))
return PTR_ERR(host->regs_ip);
#define NFC_V3_WRPROT (host->regs_ip + 0x0)
#define NFC_V3_WRPROT_UNLOCK_BLK_ADD0 (host->regs_ip + 0x04)
#define NFC_V3_CONFIG2 (host->regs_ip + 0x24)
TP_PROTO(unsigned long regs_ip, unsigned long start_ip,
TP_ARGS(regs_ip, start_ip, post_commit_offset, abort_ip),
__field(unsigned long, regs_ip)
__entry->regs_ip = regs_ip;
__entry->regs_ip, __entry->start_ip,
regs_ip();