Searched refs:regs_ip (Results 1 – 1 of 1) sorted by relevance
103 #define NFC_V3_WRPROT (host->regs_ip + 0x0)109 #define NFC_V3_WRPROT_UNLOCK_BLK_ADD0 (host->regs_ip + 0x04)111 #define NFC_V3_CONFIG2 (host->regs_ip + 0x24)126 #define NFC_V3_CONFIG3 (host->regs_ip + 0x28)134 #define NFC_V3_IPC (host->regs_ip + 0x2C)138 #define NFC_V3_DELAY_LINE (host->regs_ip + 0x34)186 void __iomem *regs_ip; member1453 host->regs_ip = devm_ioremap_resource(&pdev->dev, res); in mxcnd_probe()1454 if (IS_ERR(host->regs_ip)) in mxcnd_probe()1455 return PTR_ERR(host->regs_ip); in mxcnd_probe()