Lines Matching refs:u_offset
474 unsigned int u_offset, unsigned int v_offset)
476 WARN_ON_ONCE((u_offset & 0x7) || (v_offset & 0x7));
479 ipu_ch_param_write_field(ch, IPU_FIELD_UBO, u_offset / 8);
767 int offset, u_offset, v_offset;
782 u_offset = image->u_offset ?
783 image->u_offset : U_OFFSET(pix, image->rect.left,
790 u_offset, v_offset);
794 u_offset = image->u_offset ?
795 image->u_offset : V_OFFSET(pix, image->rect.left,
802 u_offset, v_offset);
806 u_offset = image->u_offset ?
807 image->u_offset : U2_OFFSET(pix, image->rect.left,
814 u_offset, v_offset);
818 u_offset = image->u_offset ?
819 image->u_offset : UV_OFFSET(pix, image->rect.left,
824 u_offset, v_offset);
828 u_offset = image->u_offset ?
829 image->u_offset : UV2_OFFSET(pix, image->rect.left,
834 u_offset, v_offset);
928 dev_dbg(ipu->dev, "u_offset 0x%x\n",