Searched refs:dc_offset (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt1011.c | 2171 unsigned int dc_offset; in rt1011_calibrate() local 2227 dc_offset = value << 16; in rt1011_calibrate() 2229 dc_offset |= (value & 0xffff); in rt1011_calibrate() 2230 dev_info(dev, "ADC offset=0x%x\n", dc_offset); in rt1011_calibrate() 2232 dc_offset = value << 16; in rt1011_calibrate() 2234 dc_offset |= (value & 0xffff); in rt1011_calibrate() 2235 dev_info(dev, "Gain0 offset=0x%x\n", dc_offset); in rt1011_calibrate() 2237 dc_offset = value << 16; in rt1011_calibrate() 2239 dc_offset |= (value & 0xffff); in rt1011_calibrate() 2240 dev_info(dev, "Gain1 offset=0x%x\n", dc_offset); in rt1011_calibrate() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt1011.c | 2218 unsigned int dc_offset; in rt1011_calibrate() local 2274 dc_offset = value << 16; in rt1011_calibrate() 2276 dc_offset |= (value & 0xffff); in rt1011_calibrate() 2277 dev_info(dev, "ADC offset=0x%x\n", dc_offset); in rt1011_calibrate() 2279 dc_offset = value << 16; in rt1011_calibrate() 2281 dc_offset |= (value & 0xffff); in rt1011_calibrate() 2282 dev_info(dev, "Gain0 offset=0x%x\n", dc_offset); in rt1011_calibrate() 2284 dc_offset = value << 16; in rt1011_calibrate() 2286 dc_offset |= (value & 0xffff); in rt1011_calibrate() 2287 dev_info(dev, "Gain1 offset=0x%x\n", dc_offset); in rt1011_calibrate() [all...] |
/kernel/linux/linux-5.10/include/media/davinci/ |
H A D | isif.h | 169 __u16 dc_offset; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
H A D | mtk_dp.c | 1365 u32 dc_offset; in mtk_dp_sdp_set_down_cnt_init_in_hblank() local 1380 dc_offset = (mode.vtotal <= 525) ? 0x14 : 0x00; in mtk_dp_sdp_set_down_cnt_init_in_hblank() 1381 spd_down_cnt_init = 0x18 + dc_offset; in mtk_dp_sdp_set_down_cnt_init_in_hblank() 1385 dc_offset = (mode.vtotal <= 525) ? 0x08 : 0x00; in mtk_dp_sdp_set_down_cnt_init_in_hblank() 1389 spd_down_cnt_init = 0x10 + dc_offset; in mtk_dp_sdp_set_down_cnt_init_in_hblank()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | isif.c | 317 regw(bc->dc_offset, CLDCOFST); in isif_config_bclamp()
|
Completed in 10 milliseconds