Home
last modified time | relevance | path

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

/linux-5.19.10/include/trace/events/
Drseq.h30 TP_PROTO(unsigned long regs_ip, unsigned long start_ip,
33 TP_ARGS(regs_ip, start_ip, post_commit_offset, abort_ip),
36 __field(unsigned long, regs_ip)
43 __entry->regs_ip = regs_ip;
50 __entry->regs_ip, __entry->start_ip,
/linux-5.19.10/drivers/mtd/nand/raw/
Dmxc_nand.c86 #define NFC_V3_WRPROT (host->regs_ip + 0x0)
92 #define NFC_V3_WRPROT_UNLOCK_BLK_ADD0 (host->regs_ip + 0x04)
94 #define NFC_V3_CONFIG2 (host->regs_ip + 0x24)
109 #define NFC_V3_CONFIG3 (host->regs_ip + 0x28)
117 #define NFC_V3_IPC (host->regs_ip + 0x2C)
121 #define NFC_V3_DELAY_LINE (host->regs_ip + 0x34)
171 void __iomem *regs_ip; member
1754 host->regs_ip = devm_ioremap_resource(&pdev->dev, res); in mxcnd_probe()
1755 if (IS_ERR(host->regs_ip)) in mxcnd_probe()
1756 return PTR_ERR(host->regs_ip); in mxcnd_probe()