Searched refs:fsl_lbc_regs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_lbc.c26 static struct fsl_lbc_regs __iomem *fsl_lbc_regs; variable in typeref:struct:__iomem
48 fsl_lbc_regs = of_iomap(lbus, 0);
50 if (!fsl_lbc_regs)
69 if (!fsl_lbc_regs)
72 for (i = 0; i < ARRAY_SIZE(fsl_lbc_regs->bank); i++) {
73 __be32 br = in_be32(&fsl_lbc_regs->bank[i].br);
74 __be32 or = in_be32(&fsl_lbc_regs->bank[i].or);
102 br = in_be32(&fsl_lbc_regs->bank[bank].br);
106 upm->mxmr = &fsl_lbc_regs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dfsl_elbc_nand.c69 struct fsl_lbc_regs __iomem *regs;
168 struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
209 struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
255 struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
288 struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
647 struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
757 struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
829 struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
931 struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
983 struct fsl_lbc_regs __iome
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dfsl_lbc.h97 struct fsl_lbc_regs { struct

Completed in 48 milliseconds