Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/uv/
Duv_irq.c104 chip_data->offset = info->uv_offset; in uv_domain_alloc()
193 info.uv_offset = mmr_offset; in uv_setup_irq()
/linux-4.4.14/arch/x86/include/asm/
Dhw_irq.h129 unsigned long uv_offset; member
/linux-4.4.14/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()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_gtt.h141 unsigned int uv_offset; member
Di915_gem_gtt.c3355 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()
/linux-4.4.14/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()