Searched refs:interpolate (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvmodesnv17.c | 247 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) 512 regs->tv_enc[0x20] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x20], in nv17_tv_update_properties() 514 regs->tv_enc[0x22] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x22], in nv17_tv_update_properties() 561 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), in nv17_ctv_update_rescaler() 563 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20), in nv17_ctv_update_rescaler()
|
H A D | tvnv17.h | 117 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
|
/openbmc/linux/drivers/gpu/drm/i2c/ |
H A D | ch7006_mode.c | 223 black_level = interpolate(90, black_level, 208, priv->brightness); in ch7006_setup_levels() 337 flicker = interpolate(0, 2, 3, priv->flicker); in ch7006_setup_properties() 342 contrast = interpolate(0, 5, 7, priv->contrast); in ch7006_setup_properties()
|
H A D | ch7006_priv.h | 157 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
|
/openbmc/linux/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 852 static u32 interpolate(u32 f0, u32 f1, u32 v0, u32 v1, u32 fx) in interpolate() function 905 svsb->volt[i] = interpolate(svsb->freq_pct[turn_pt], in svs_get_bank_volts_v3() 927 svsb->volt[i] = interpolate(svsb->freq_pct[0], in svs_get_bank_volts_v3() 1058 svsb->volt[i + 1] = interpolate(svsb->freq_pct[i], in svs_get_bank_volts_v2() 1064 svsb->volt[15] = interpolate(svsb->freq_pct[12], in svs_get_bank_volts_v2()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 2963 static int interpolate(int x, int xa, int xb, int ya, int yb) in interpolate() function 4313 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate() 5062 correction[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply() 5068 temperature[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply() 5074 voltage[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply() 5080 nf_cal[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply() 5086 nf_pwr[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 500 0, //interpolate 550 0, //interpolate
|
/openbmc/docs/ |
H A D | anti-patterns.md | 563 For human ergonomics `lg2` provides the ability to interpolate structured data
|
/openbmc/linux/Documentation/ |
H A D | memory-barriers.txt | 2178 interpolate the memory barrier in the right place: 2276 code on both sides must interpolate its own memory barriers between the
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 6541 + /* interpolate the next PTS */
|