Lines Matching refs:ctxs
67 static struct vrfb_ctx *ctxs;
88 omap2_sms_write_rot_control(ctxs[ctx].control, ctx);
89 omap2_sms_write_rot_size(ctxs[ctx].size, ctx);
90 omap2_sms_write_rot_physical_ba(ctxs[ctx].physical_ba, ctx);
211 ctxs[ctx].physical_ba = paddr;
212 ctxs[ctx].size = size;
213 ctxs[ctx].control = control;
308 paddr = ctxs[ctx].base + SMS_ROT_VIRT_BASE(rot);
348 ctxs = devm_kcalloc(&pdev->dev,
352 if (!ctxs)
363 ctxs[i].base = mem->start;