Searched refs:vfmt_out (Results 1 – 1 of 1) sorted by relevance
111 struct sh_veu_vfmt vfmt_out; member247 sh_veu_reg_write(veu, VEU_DAYR, addr + veu->vfmt_out.offset_y); in sh_veu_process()248 sh_veu_reg_write(veu, VEU_DACR, veu->vfmt_out.offset_c ? in sh_veu_process()249 addr + veu->vfmt_out.offset_c : 0); in sh_veu_process()252 veu->vfmt_out.offset_y, veu->vfmt_out.offset_c); in sh_veu_process()384 return &veu->vfmt_out; in sh_veu_get_vfmt()520 dma_addr_t offset = (dma_addr_t)top * veu->vfmt_out.bytesperline + in sh_veu_colour_offset()521 (((dma_addr_t)left * veu->vfmt_out.fmt->depth) >> 3); in sh_veu_colour_offset()768 dst_width = real_w = veu->vfmt_out.frame.width; in sh_veu_configure()769 dst_height = real_h = veu->vfmt_out.frame.height; in sh_veu_configure()[all …]