Searched refs:dc_offset (Results 1 – 3 of 3) sorted by relevance
2221 unsigned int dc_offset; in rt1011_calibrate() local2277 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()
169 __u16 dc_offset; member
317 regw(bc->dc_offset, CLDCOFST); in isif_config_bclamp()
Completed in 12 milliseconds