Searched refs:fsl_lbc_regs (Results 1 – 3 of 3) sorted by relevance
70 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()
100 struct fsl_lbc_regs { struct287 struct fsl_lbc_regs __iomem *regs;298 struct fsl_lbc_regs *saved_regs;
169 struct fsl_lbc_regs *lbc = NULL; in p1022ds_set_monitor_port()