Lines Matching refs:upm
88 * @upm: pointer to the allocated fsl_upm structure
94 int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm)
112 upm->mxmr = &lbc->mamr;
115 upm->mxmr = &lbc->mbmr;
118 upm->mxmr = &lbc->mcmr;
126 upm->width = 8;
129 upm->width = 16;
132 upm->width = 32;
144 * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
152 int fsl_upm_run_pattern(struct fsl_upm *upm, void __iomem *io_base, u32 mar)
164 switch (upm->width) {