Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/emu10k1/
H A Dp17v.h41 #define I2C_A_ADC_START 0x00000100 /*Start I2C transaction */ macro
H A Dio.c239 tmp = tmp | (I2C_A_ADC_LAST|I2C_A_ADC_START|I2C_A_ADC_ADD); in snd_emu10k1_i2c_write()
247 if ((status & I2C_A_ADC_START) == 0) in snd_emu10k1_i2c_write()
/openbmc/linux/sound/pci/ca0106/
H A Dca0106.h492 #define I2C_A_ADC_START 0x00000100 //Start I2C transaction macro
H A Dca0106_main.c424 tmp = tmp | (I2C_A_ADC_LAST|I2C_A_ADC_START|I2C_A_ADC_ADD); in snd_ca0106_i2c_write()
432 if ((status & I2C_A_ADC_START) == 0) in snd_ca0106_i2c_write()