Searched refs:coda_parabuf_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-bit.c | 302 static void coda_parabuf_write(struct coda_ctx *ctx, int index, u32 value) in coda_parabuf_write() function 372 coda_parabuf_write(ctx, i * 3 + 0, paddr); in coda_alloc_framebuffers() 373 coda_parabuf_write(ctx, i * 3 + 1, paddr + ysize); in coda_alloc_framebuffers() 374 coda_parabuf_write(ctx, i * 3 + 2, paddr + ysize + ysize / 4); in coda_alloc_framebuffers() 379 coda_parabuf_write(ctx, 96 + i, in coda_alloc_framebuffers() 387 coda_parabuf_write(ctx, 97, ctx->internal_frames[i].paddr + in coda_alloc_framebuffers()
|