Home
last modified time | relevance | path

Searched refs:regs_ip (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/trace/events/
H A Drseq.h35 TP_PROTO(unsigned long regs_ip, unsigned long start_ip,
38 TP_ARGS(regs_ip, start_ip, post_commit_offset, abort_ip),
41 __field(unsigned long, regs_ip)
48 __entry->regs_ip = regs_ip;
55 __entry->regs_ip, __entry->start_ip,
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c85 #define NFC_V3_WRPROT (host->regs_ip + 0x0)
91 #define NFC_V3_WRPROT_UNLOCK_BLK_ADD0 (host->regs_ip + 0x04)
93 #define NFC_V3_CONFIG2 (host->regs_ip + 0x24)
108 #define NFC_V3_CONFIG3 (host->regs_ip + 0x28)
116 #define NFC_V3_IPC (host->regs_ip + 0x2C)
120 #define NFC_V3_DELAY_LINE (host->regs_ip + 0x34)
170 void __iomem *regs_ip; member
1741 host->regs_ip = devm_platform_ioremap_resource(pdev, 0); in mxcnd_probe()
1742 if (IS_ERR(host->regs_ip)) in mxcnd_probe()
1743 return PTR_ERR(host->regs_ip); in mxcnd_probe()