Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/platform/uv/
Duv_irq.c99 chip_data->offset = info->uv_offset; in uv_domain_alloc()
197 info.uv_offset = mmr_offset; in uv_setup_irq()
/Linux-v4.19/arch/x86/include/asm/
Dhw_irq.h107 unsigned long uv_offset; member
/Linux-v4.19/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-v4.19/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()