Searched refs:uv_offset (Results 1 – 5 of 5) sorted by relevance
396 const long uv_offset = upper ? (((reg >> 4 & 0x0f) + 1) * 12500) : in LM93_IN_REL_FROM_REG() local399 return (uv_vid + uv_offset + 5000) / 10000; in LM93_IN_REL_FROM_REG()412 long uv_offset = vid * 1000 - val * 10000; in LM93_IN_REL_TO_REG() local414 uv_offset = clamp_val(uv_offset, 12500, 200000); in LM93_IN_REL_TO_REG()415 return (u8)((uv_offset / 12500 - 1) << 4); in LM93_IN_REL_TO_REG()417 uv_offset = clamp_val(uv_offset, -400000, -25000); in LM93_IN_REL_TO_REG()418 return (u8)((uv_offset / -25000 - 1) << 0); in LM93_IN_REL_TO_REG()
141 unsigned int uv_offset; member
3375 if (offset_in_page(rot_info->uv_offset)) in intel_rotate_fb_obj_pages()
2293 info->uv_offset = fb->offsets[1]; in intel_fill_fb_ggtt_view()
357 u32 uv_offset = offset + IVTV_YUV_BUFFER_UV_OFFSET; in ivtv_dma_stream_dec_prepare() local382 offset = uv_offset; in ivtv_dma_stream_dec_prepare()