• Home
  • Raw
  • Download

Lines Matching refs:i2c_write

1376 static void i2c_write(struct hw *hw, u32 device, u32 addr, u32 data)  in i2c_write()  function
1414 i2c_write(hw, 0x00180080, 0x01, 0x80); in hw_reset_dac()
1415 i2c_write(hw, 0x00180080, 0x02, 0x10); in hw_reset_dac()
1467 i2c_write(hw, 0x00180080, 0x06, data); in hw_dac_init()
1468 i2c_write(hw, 0x00180080, 0x09, data); in hw_dac_init()
1469 i2c_write(hw, 0x00180080, 0x0c, data); in hw_dac_init()
1470 i2c_write(hw, 0x00180080, 0x0f, data); in hw_dac_init()
1618 i2c_write(hw, 0x001a0080, 0x2a, i2c_data); in adc_input_select_SBx()
1620 i2c_write(hw, 0x001a0080, 0x1c, 0xe7); /* +12dB boost */ in adc_input_select_SBx()
1621 i2c_write(hw, 0x001a0080, 0x1e, 0xe7); /* +12dB boost */ in adc_input_select_SBx()
1623 i2c_write(hw, 0x001a0080, 0x1c, 0xcf); /* No boost */ in adc_input_select_SBx()
1624 i2c_write(hw, 0x001a0080, 0x1e, 0xcf); /* No boost */ in adc_input_select_SBx()
1663 i2c_write(hw, 0x001a0080, 0x2a, i2c_data); in adc_input_select_hendrix()
1665 i2c_write(hw, 0x001a0080, 0x1c, 0xe7); /* +12dB boost */ in adc_input_select_hendrix()
1666 i2c_write(hw, 0x001a0080, 0x1e, 0xe7); /* +12dB boost */ in adc_input_select_hendrix()
1668 i2c_write(hw, 0x001a0080, 0x1c, 0xcf); /* No boost */ in adc_input_select_hendrix()
1669 i2c_write(hw, 0x001a0080, 0x1e, 0xcf); /* No boost */ in adc_input_select_hendrix()
1737 i2c_write(hw, 0x001a0080, 0x0e, 0x08); in adc_init_SBx()
1738 i2c_write(hw, 0x001a0080, 0x18, 0x0a); in adc_init_SBx()
1739 i2c_write(hw, 0x001a0080, 0x28, 0x86); in adc_init_SBx()
1740 i2c_write(hw, 0x001a0080, 0x2a, adcdata); in adc_init_SBx()
1743 i2c_write(hw, 0x001a0080, 0x1c, 0xf7); in adc_init_SBx()
1744 i2c_write(hw, 0x001a0080, 0x1e, 0xf7); in adc_init_SBx()
1746 i2c_write(hw, 0x001a0080, 0x1c, 0xcf); in adc_init_SBx()
1747 i2c_write(hw, 0x001a0080, 0x1e, 0xcf); in adc_init_SBx()
1751 i2c_write(hw, 0x001a0080, 0x16, 0x26); in adc_init_SBx()