Lines Matching full:integration
52 /* CS_CONF3 channel integration time */
53 #define CM36651_CS_IT1 0x00 /* Integration time 80 msec */
54 #define CM36651_CS_IT2 0x40 /* Integration time 160 msec */
55 #define CM36651_CS_IT3 0x80 /* Integration time 320 msec */
56 #define CM36651_CS_IT4 0xC0 /* Integration time 640 msec */
66 /* PS_CONF1 command code: integration time */
67 #define CM36651_PS_IT1 0x00 /* Integration time 0.32 msec */
68 #define CM36651_PS_IT2 0x10 /* Integration time 0.42 msec */
69 #define CM36651_PS_IT3 0x20 /* Integration time 0.52 msec */
70 #define CM36651_PS_IT4 0x30 /* Integration time 0.64 msec */
416 dev_err(&client->dev, "CS integration time write failed\n"); in cm36651_write_int_time()
436 dev_err(&client->dev, "PS integration time write failed\n"); in cm36651_write_int_time()
485 dev_err(&client->dev, "Integration time write failed\n"); in cm36651_write_raw()