Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c74 #define NFC_V3_FLASH_CMD (host->regs_axi + 0x00)
75 #define NFC_V3_FLASH_ADDR0 (host->regs_axi + 0x04)
77 #define NFC_V3_CONFIG1 (host->regs_axi + 0x34)
81 #define NFC_V3_ECC_STATUS_RESULT (host->regs_axi + 0x38)
83 #define NFC_V3_LAUNCH (host->regs_axi + 0x40)
169 void __iomem *regs_axi; member
1759 host->regs_axi = host->base + host->devtype_data->axi_offset; in mxcnd_probe()