Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/sysdev/
Dfsl_lbc.c70 struct fsl_lbc_regs __iomem *lbc; in fsl_lbc_find()
101 struct fsl_lbc_regs __iomem *lbc; in fsl_upm_find()
191 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_lbc_ctrl_init()
215 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_lbc_ctrl_irq()
341 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_lbc_suspend()
343 ctrl->saved_regs = kmalloc(sizeof(struct fsl_lbc_regs), GFP_KERNEL); in fsl_lbc_suspend()
347 _memcpy_fromio(ctrl->saved_regs, lbc, sizeof(struct fsl_lbc_regs)); in fsl_lbc_suspend()
355 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_lbc_resume()
359 sizeof(struct fsl_lbc_regs)); in fsl_lbc_resume()
/linux-3.4.99/arch/powerpc/include/asm/
Dfsl_lbc.h100 struct fsl_lbc_regs { struct
287 struct fsl_lbc_regs __iomem *regs;
298 struct fsl_lbc_regs *saved_regs;
/linux-3.4.99/drivers/mtd/nand/
Dfsl_elbc_nand.c163 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in set_addr()
215 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_elbc_run_command()
279 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_elbc_do_read()
313 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_elbc_cmdfunc()
666 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_elbc_chip_init_tail()
769 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_elbc_chip_init()
849 struct fsl_lbc_regs __iomem *lbc; in fsl_elbc_nand_probe()
/linux-3.4.99/arch/powerpc/platforms/85xx/
Dp1022_ds.c206 struct fsl_lbc_regs *lbc = NULL; in p1022ds_set_monitor_port()