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