Home
last modified time | relevance | path

Searched refs:uv_offset (Results 1 – 5 of 5) sorted by relevance

/drivers/hwmon/
Dlm93.c396 const long uv_offset = upper ? (((reg >> 4 & 0x0f) + 1) * 12500) : in LM93_IN_REL_FROM_REG() local
399 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() local
414 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()
/drivers/gpu/drm/i915/
Di915_gem_gtt.h141 unsigned int uv_offset; member
Di915_gem_gtt.c3375 if (offset_in_page(rot_info->uv_offset)) in intel_rotate_fb_obj_pages()
Dintel_display.c2293 info->uv_offset = fb->offsets[1]; in intel_fill_fb_ggtt_view()
/drivers/media/pci/ivtv/
Divtv-irq.c357 u32 uv_offset = offset + IVTV_YUV_BUFFER_UV_OFFSET; in ivtv_dma_stream_dec_prepare() local
382 offset = uv_offset; in ivtv_dma_stream_dec_prepare()