uv_offset         107 arch/x86/include/asm/hw_irq.h 			unsigned long	uv_offset;
uv_offset          99 arch/x86/platform/uv/uv_irq.c 		chip_data->offset = info->uv_offset;
uv_offset         197 arch/x86/platform/uv/uv_irq.c 	info.uv_offset = mmr_offset;
uv_offset         383 drivers/hwmon/lm93.c 	const long uv_offset = upper ? (((reg >> 4 & 0x0f) + 1) * 12500) :
uv_offset         386 drivers/hwmon/lm93.c 	return (uv_vid + uv_offset + 5000) / 10000;
uv_offset         399 drivers/hwmon/lm93.c 	long uv_offset = vid * 1000 - val * 10000;
uv_offset         401 drivers/hwmon/lm93.c 		uv_offset = clamp_val(uv_offset, 12500, 200000);
uv_offset         402 drivers/hwmon/lm93.c 		return (u8)((uv_offset /  12500 - 1) << 4);
uv_offset         404 drivers/hwmon/lm93.c 		uv_offset = clamp_val(uv_offset, -400000, -25000);
uv_offset         405 drivers/hwmon/lm93.c 		return (u8)((uv_offset / -25000 - 1) << 0);
uv_offset         345 drivers/media/pci/ivtv/ivtv-irq.c 	u32 uv_offset = offset + IVTV_YUV_BUFFER_UV_OFFSET;
uv_offset         370 drivers/media/pci/ivtv/ivtv-irq.c 			offset = uv_offset;