Searched refs:regs_ip (Results 1 – 1 of 1) sorted by relevance
102 #define NFC_V3_WRPROT (host->regs_ip + 0x0)108 #define NFC_V3_WRPROT_UNLOCK_BLK_ADD0 (host->regs_ip + 0x04)110 #define NFC_V3_CONFIG2 (host->regs_ip + 0x24)125 #define NFC_V3_CONFIG3 (host->regs_ip + 0x28)133 #define NFC_V3_IPC (host->regs_ip + 0x2C)137 #define NFC_V3_DELAY_LINE (host->regs_ip + 0x34)186 void __iomem *regs_ip; member1675 host->regs_ip = devm_ioremap_resource(&pdev->dev, res); in mxcnd_probe()1676 if (IS_ERR(host->regs_ip)) in mxcnd_probe()1677 return PTR_ERR(host->regs_ip); in mxcnd_probe()