Home
last modified time | relevance | path

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

/linux-6.12.1/include/trace/events/
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,
/linux-6.12.1/drivers/mtd/nand/raw/
Dmxc_nand.c88 #define NFC_V3_WRPROT (host->regs_ip + 0x0)
94 #define NFC_V3_WRPROT_UNLOCK_BLK_ADD0 (host->regs_ip + 0x04)
96 #define NFC_V3_CONFIG2 (host->regs_ip + 0x24)
111 #define NFC_V3_CONFIG3 (host->regs_ip + 0x28)
119 #define NFC_V3_IPC (host->regs_ip + 0x2C)
123 #define NFC_V3_DELAY_LINE (host->regs_ip + 0x34)
172 void __iomem *regs_ip; member
1729 host->regs_ip = devm_platform_ioremap_resource(pdev, 0); in mxcnd_probe()
1730 if (IS_ERR(host->regs_ip)) in mxcnd_probe()
1731 return PTR_ERR(host->regs_ip); in mxcnd_probe()