Searched refs:I2C_MSP3400C_DFP (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/dev/bktr/ |
| HD | msp34xx.c | 159 #define I2C_MSP3400C_DFP 0x12 macro 320 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0013, msp->acb); in msp3400c_set_scart() 349 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0000, val); /* loudspeaker */ in msp3400c_setvolume() 350 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0006, val); /* headphones */ in msp3400c_setvolume() 352 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0007, val ? 0x4000 : 0); in msp3400c_setvolume() 353 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0001, balance << 8); in msp3400c_setvolume() 361 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0002, val); /* loudspeaker */ in msp3400c_setbass() 369 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0003, val); /* loudspeaker */ in msp3400c_settreble() 404 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0008, in msp3400c_setmode() 406 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0009, in msp3400c_setmode() [all …]
|