Lines Matching defs:base
57 #define FSMC_NOR_REG(base, bank, reg) ((base) + \
122 * @base: Inherit from the nand_controller struct
141 * @regs_va: Registers base address for a given bank.
144 struct nand_controller base;
1027 void __iomem *base;
1062 base = devm_ioremap_resource(&pdev->dev, res);
1063 if (IS_ERR(base))
1064 return PTR_ERR(base);
1066 host->regs_va = base + FSMC_NOR_REG_SIZE +
1080 pid |= (readl(base + resource_size(res) - 0x20 + 4 * i) &
1125 nand_controller_init(&host->base);
1126 host->base.ops = &fsmc_nand_controller_ops;
1127 nand->controller = &host->base;