Lines Matching refs:ctxs
79 static struct vrfb_ctx *ctxs; variable
100 omap2_sms_write_rot_control(ctxs[ctx].control, ctx); in restore_hw_context()
101 omap2_sms_write_rot_size(ctxs[ctx].size, ctx); in restore_hw_context()
102 omap2_sms_write_rot_physical_ba(ctxs[ctx].physical_ba, ctx); in restore_hw_context()
223 ctxs[ctx].physical_ba = paddr; in omap_vrfb_setup()
224 ctxs[ctx].size = size; in omap_vrfb_setup()
225 ctxs[ctx].control = control; in omap_vrfb_setup()
320 paddr = ctxs[ctx].base + SMS_ROT_VIRT_BASE(rot); in omap_vrfb_request_ctx()
362 ctxs = devm_kzalloc(&pdev->dev, in vrfb_probe()
366 if (!ctxs) in vrfb_probe()
377 ctxs[i].base = mem->start; in vrfb_probe()