Home
last modified time | relevance | path

Searched refs:dc_offset (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
A Drt1011.c2221 unsigned int dc_offset; in rt1011_calibrate() local
2277 dc_offset = value << 16; in rt1011_calibrate()
2279 dc_offset |= (value & 0xffff); in rt1011_calibrate()
2280 dev_info(dev, "ADC offset=0x%x\n", dc_offset); in rt1011_calibrate()
2282 dc_offset = value << 16; in rt1011_calibrate()
2284 dc_offset |= (value & 0xffff); in rt1011_calibrate()
2285 dev_info(dev, "Gain0 offset=0x%x\n", dc_offset); in rt1011_calibrate()
2287 dc_offset = value << 16; in rt1011_calibrate()
2289 dc_offset |= (value & 0xffff); in rt1011_calibrate()
2290 dev_info(dev, "Gain1 offset=0x%x\n", dc_offset); in rt1011_calibrate()
/linux/include/media/davinci/
A Disif.h169 __u16 dc_offset; member
/linux/drivers/media/platform/davinci/
A Disif.c317 regw(bc->dc_offset, CLDCOFST); in isif_config_bclamp()

Completed in 12 milliseconds