Home
last modified time | relevance | path

Searched refs:I2C_A_ADC_START (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/pci/emu10k1/
Dp17v.h56 #define I2C_A_ADC_START 0x00000100 /*Start I2C transaction */ macro
Dio.c215 tmp = tmp | (I2C_A_ADC_LAST|I2C_A_ADC_START|I2C_A_ADC_ADD); in snd_emu10k1_i2c_write()
223 if ((status & I2C_A_ADC_START) == 0) in snd_emu10k1_i2c_write()
/linux-4.4.14/sound/pci/ca0106/
Dca0106.h507 #define I2C_A_ADC_START 0x00000100 //Start I2C transaction macro
Dca0106_main.c439 tmp = tmp | (I2C_A_ADC_LAST|I2C_A_ADC_START|I2C_A_ADC_ADD); in snd_ca0106_i2c_write()
447 if ((status & I2C_A_ADC_START) == 0) in snd_ca0106_i2c_write()