Searched refs:gain1 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | ts2020.c | 349 unsigned long gain1, gain2, gain3; in ts2020_read_tuner_gain() local 357 gain1 = utmp & 0x1f; in ts2020_read_tuner_gain() 367 gain1 = clamp_t(long, gain1, 0, 15); in ts2020_read_tuner_gain() 371 *_gain = -((__s64)gain1 * 2330 + in ts2020_read_tuner_gain() 384 gain1 = clamp_t(long, gain1, 0, 15); in ts2020_read_tuner_gain() 389 *_gain = -((__s64)gain1 * 2650 + in ts2020_read_tuner_gain()
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | cpia1.c | 299 u8 gain1; member 311 u8 gain1; member 650 params->apcor.gain1 = 0x18; in reset_camera_params() 654 params->vlOffset.gain1 = 20; in reset_camera_params() 820 sd->params.apcor.gain1, in command_setapcor() 830 sd->params.vlOffset.gain1, in command_setvloffset() 1073 sd->params.apcor.gain1 = 0x18; in set_flicker() 1106 sd->params.apcor.gain1 = 0x18; in set_flicker() 1111 sd->params.vlOffset.gain1 = 20; in set_flicker()
|
/Linux-v4.19/lib/zstd/ |
D | compress.c | 1959 int const gain1 = (int)(matchLength * 3 - ZSTD_highbit32((U32)offset + 1) + 1); in ZSTD_compressBlock_lazy_generic() local 1960 if ((mlRep >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1967 int const gain1 = (int)(matchLength * 4 - ZSTD_highbit32((U32)offset + 1) + 4); in ZSTD_compressBlock_lazy_generic() local 1968 if ((ml2 >= EQUAL_READ32) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1980 int const gain1 = (int)(matchLength * 4 - ZSTD_highbit32((U32)offset + 1) + 1); in ZSTD_compressBlock_lazy_generic() local 1981 if ((ml2 >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1988 int const gain1 = (int)(matchLength * 4 - ZSTD_highbit32((U32)offset + 1) + 7); in ZSTD_compressBlock_lazy_generic() local 1989 if ((ml2 >= EQUAL_READ32) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 2140 int const gain1 = (int)(matchLength * 3 - ZSTD_highbit32((U32)offset + 1) + 1); in ZSTD_compressBlock_lazy_extDict_generic() local 2141 if ((repLength >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
/Linux-v4.19/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe_hw.c | 959 regw_ip(base_addr, car->gain1.gain, CAR_GN1_GAN); in ipipe_set_gain_ctrl() 960 regw_ip(base_addr, car->gain1.shft & CAR_GAIN1_SHFT_MASK, CAR_GN1_SHF); in ipipe_set_gain_ctrl() 961 regw_ip(base_addr, car->gain1.gain_min & CAR_GAIN_MIN_MASK, in ipipe_set_gain_ctrl()
|
D | davinci_vpfe_user.h | 1108 struct vpfe_ipipe_car_gain gain1; member
|
D | dm365_ipipe.c | 1062 car->gain1.shft > CAR_GAIN1_SHFT_MASK || in ipipe_validate_car_params() 1063 car->gain1.gain_min > CAR_GAIN_MIN_MASK || in ipipe_validate_car_params()
|