Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Dmxc_nand.c75 #define NFC_V3_FLASH_CMD (host->regs_axi + 0x00)
76 #define NFC_V3_FLASH_ADDR0 (host->regs_axi + 0x04)
78 #define NFC_V3_CONFIG1 (host->regs_axi + 0x34)
82 #define NFC_V3_ECC_STATUS_RESULT (host->regs_axi + 0x38)
84 #define NFC_V3_LAUNCH (host->regs_axi + 0x40)
170 void __iomem *regs_axi; member
1773 host->regs_axi = host->base + host->devtype_data->axi_offset; in mxcnd_probe()