Searched refs:I2C_MSP3400C_DEM (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/bktr/
H A Dmsp34xx.c154 #define I2C_MSP3400C_DEM 0x10 macro
323 msp3400c_write(client,I2C_MSP3400C_DEM, 0x0093, cdo1 & 0xfff);
324 msp3400c_write(client,I2C_MSP3400C_DEM, 0x009b, cdo1 >> 12);
325 msp3400c_write(client,I2C_MSP3400C_DEM, 0x00a3, cdo2 & 0xfff);
326 msp3400c_write(client,I2C_MSP3400C_DEM, 0x00ab, cdo2 >> 12);
327 msp3400c_write(client,I2C_MSP3400C_DEM, 0x0056, 0); /*LOAD_REG_1/2*/
377 msp3400c_write(client,I2C_MSP3400C_DEM, 0x00bb, /* ad_cv */
381 msp3400c_write(client,I2C_MSP3400C_DEM, 0x0001,
384 msp3400c_write(client,I2C_MSP3400C_DEM, 0x0005, 0x0004); /* fir 2 */
385 msp3400c_write(client,I2C_MSP3400C_DEM,
[all...]

Completed in 94 milliseconds