Lines Matching full:integration
49 /* CS_CONF3 channel integration time */
50 #define CM36651_CS_IT1 0x00 /* Integration time 80 msec */
51 #define CM36651_CS_IT2 0x40 /* Integration time 160 msec */
52 #define CM36651_CS_IT3 0x80 /* Integration time 320 msec */
53 #define CM36651_CS_IT4 0xC0 /* Integration time 640 msec */
63 /* PS_CONF1 command code: integration time */
64 #define CM36651_PS_IT1 0x00 /* Integration time 0.32 msec */
65 #define CM36651_PS_IT2 0x10 /* Integration time 0.42 msec */
66 #define CM36651_PS_IT3 0x20 /* Integration time 0.52 msec */
67 #define CM36651_PS_IT4 0x30 /* Integration time 0.64 msec */
413 dev_err(&client->dev, "CS integration time write failed\n"); in cm36651_write_int_time()
433 dev_err(&client->dev, "PS integration time write failed\n"); in cm36651_write_int_time()
482 dev_err(&client->dev, "Integration time write failed\n"); in cm36651_write_raw()