Searched refs:I2C_A_ADC_START (Results 1 - 4 of 4) sorted by last modified time

/linux-master/sound/pci/emu10k1/
H A Dio.c239 tmp = tmp | (I2C_A_ADC_LAST|I2C_A_ADC_START|I2C_A_ADC_ADD);
247 if ((status & I2C_A_ADC_START) == 0)
H A Dp17v.h41 #define I2C_A_ADC_START 0x00000100 /*Start I2C transaction */ macro
/linux-master/sound/pci/ca0106/
H A Dca0106_main.c422 //tmp = tmp & ~(I2C_A_ADC_READ|I2C_A_ADC_LAST|I2C_A_ADC_START|I2C_A_ADC_ADD_MASK);
424 tmp = tmp | (I2C_A_ADC_LAST|I2C_A_ADC_START|I2C_A_ADC_ADD);
432 if ((status & I2C_A_ADC_START) == 0)
H A Dca0106.h492 #define I2C_A_ADC_START 0x00000100 //Start I2C transaction macro

Completed in 180 milliseconds