Lines Matching refs:I2C_MSP3400C_DFP

130 #define I2C_MSP3400C_DFP   0x12  macro
153 static char write[3] = { I2C_MSP3400C_DFP + 1, 0x00, 0x1e }; in msp3400c_reset()
367 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0013, msp->acb); in msp3400c_set_scart()
397 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0000, val); /* loudspeaker */ in msp3400c_setvolume()
398 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0006, val); /* headphones */ in msp3400c_setvolume()
400 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0007, val ? 0x4000 : 0); in msp3400c_setvolume()
401 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0001, balance << 8); in msp3400c_setvolume()
409 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0002, val); /* loudspeaker */ in msp3400c_setbass()
417 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0003, val); /* loudspeaker */ in msp3400c_settreble()
452 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0008, in msp3400c_setmode()
454 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0009, in msp3400c_setmode()
456 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000b, in msp3400c_setmode()
459 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0008, in msp3400c_setmode()
461 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0009, in msp3400c_setmode()
463 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000b, in msp3400c_setmode()
466 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000a, in msp3400c_setmode()
468 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000e, in msp3400c_setmode()
473 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0010, 0x5a00); /* was: 0x3000 */ in msp3400c_setmode()
500 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000e, 0x3001); in msp3400c_setstereo()
505 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000e, 0x3000); in msp3400c_setstereo()
556 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0005,0x4000); in msp3400c_setstereo()
579 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0008,0x0520); in msp3400c_setstereo()
580 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0009,0x0620); in msp3400c_setstereo()
581 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000a,src); in msp3400c_setstereo()
582 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000b,src); in msp3400c_setstereo()
584 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0008,src); in msp3400c_setstereo()
585 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0009,src); in msp3400c_setstereo()
586 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000a,src); in msp3400c_setstereo()
587 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000b,src); in msp3400c_setstereo()
624 msp3400c_write(client,I2C_MSP3400C_DFP, i, msp->dfp_regs[i]); in msp3400c_restore_dfp()
654 val = msp3400c_read(client, I2C_MSP3400C_DFP, 0x18); in autodetect_stereo()
848 val = msp3400c_read(client, I2C_MSP3400C_DFP, 0x1b); in msp3400c_thread()
885 val = msp3400c_read(client, I2C_MSP3400C_DFP, 0x1b); in msp3400c_thread()
940 msp3400c_write(client,I2C_MSP3400C_DFP, 0x000d, 0x1900); in msp3400c_thread()
1150 msp3400c_write(client, I2C_MSP3400C_DFP, 0x0d, 0x1900); /* scart */ in msp3410d_thread()
1151 msp3400c_write(client, I2C_MSP3400C_DFP, 0x0e, 0x2403); /* FM */ in msp3410d_thread()
1152 msp3400c_write(client, I2C_MSP3400C_DFP, 0x10, 0x5a00); /* nicam */ in msp3410d_thread()
1197 msp3400c_write(client,I2C_MSP3400C_DFP, 0x08, 0x0220); in msp3410d_thread()
1198 msp3400c_write(client,I2C_MSP3400C_DFP, 0x09, 0x0220); in msp3410d_thread()
1199 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0b, 0x0220); in msp3410d_thread()
1202 msp3400c_write(client,I2C_MSP3400C_DFP, 0x08, 0x0020); in msp3410d_thread()
1203 msp3400c_write(client,I2C_MSP3400C_DFP, 0x09, 0x0020); in msp3410d_thread()
1204 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0b, 0x0020); in msp3410d_thread()
1305 msp->rev1 = msp3400c_read(c, I2C_MSP3400C_DFP, 0x1e); in msp_attach()
1307 msp->rev2 = msp3400c_read(c, I2C_MSP3400C_DFP, 0x1f); in msp_attach()
1317 msp3400c_write(c,I2C_MSP3400C_DFP, 0x0014, 0x1040); in msp_attach()
1453 msp3400c_write(client,I2C_MSP3400C_DFP,0x000d,0x1900); in msp_command()
1460 msp3400c_write(client,I2C_MSP3400C_DFP,0x000d,0x1900); in msp_command()
1508 msp3400c_write(client,I2C_MSP3400C_DFP,r->reg,r->value); in msp_command()
1517 r->value = msp3400c_read(client,I2C_MSP3400C_DFP,r->reg); in msp_command()