Home
last modified time | relevance | path

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

/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()
360 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_lbc_suspend()
362 ctrl->saved_regs = kmalloc(sizeof(struct fsl_lbc_regs), GFP_KERNEL); in fsl_lbc_suspend()
366 _memcpy_fromio(ctrl->saved_regs, lbc, sizeof(struct fsl_lbc_regs)); in fsl_lbc_suspend()
374 struct fsl_lbc_regs __iomem *lbc = ctrl->regs; in fsl_lbc_resume()
378 sizeof(struct fsl_lbc_regs)); in fsl_lbc_resume()
/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;
/arch/powerpc/platforms/85xx/
Dp1022_ds.c169 struct fsl_lbc_regs *lbc = NULL; in p1022ds_set_monitor_port()