Lines Matching refs:upm
89 * @upm: pointer to the allocated fsl_upm structure
95 int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm)
113 upm->mxmr = &lbc->mamr;
116 upm->mxmr = &lbc->mbmr;
119 upm->mxmr = &lbc->mcmr;
127 upm->width = 8;
130 upm->width = 16;
133 upm->width = 32;
145 * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
153 int fsl_upm_run_pattern(struct fsl_upm *upm, void __iomem *io_base, u32 mar)
165 switch (upm->width) {