Lines Matching refs:pga_gain
1946 u8 digital_vol[16], pga_gain[16]; in es7243e_probe() local
1965 pga_gain[index] = ES7243E_MIC_ARRAY_AIN1_PGA; in es7243e_probe()
1968 pga_gain[index] = ES7243E_MIC_ARRAY_AIN2_PGA; in es7243e_probe()
1973 pga_gain[index] = ES7243E_MIC_ARRAY_AIN3_PGA; in es7243e_probe()
1976 pga_gain[index] = ES7243E_MIC_ARRAY_AIN4_PGA; in es7243e_probe()
1981 pga_gain[index] = ES7243E_MIC_ARRAY_AIN5_PGA; in es7243e_probe()
1984 pga_gain[index] = ES7243E_MIC_ARRAY_AIN6_PGA; in es7243e_probe()
1989 pga_gain[index] = ES7243E_MIC_ARRAY_AIN7_PGA; in es7243e_probe()
1992 pga_gain[index] = ES7243E_MIC_ARRAY_AIN8_PGA; in es7243e_probe()
1997 pga_gain[index] = ES7243E_MIC_ARRAY_AIN9_PGA; in es7243e_probe()
2000 pga_gain[index] = ES7243E_MIC_ARRAY_AIN10_PGA; in es7243e_probe()
2005 pga_gain[index] = ES7243E_MIC_ARRAY_AIN11_PGA; in es7243e_probe()
2008 pga_gain[index] = ES7243E_MIC_ARRAY_AIN12_PGA; in es7243e_probe()
2013 pga_gain[index] = ES7243E_MIC_ARRAY_AIN13_PGA; in es7243e_probe()
2016 pga_gain[index] = ES7243E_MIC_ARRAY_AIN14_PGA; in es7243e_probe()
2021 pga_gain[index] = ES7243E_MIC_ARRAY_AIN15_PGA; in es7243e_probe()
2024 pga_gain[index] = ES7243E_MIC_ARRAY_AIN16_PGA; in es7243e_probe()
2233 es7243e_write(0x20, (0x10 | pga_gain[index * 2]), in es7243e_probe()
2235 es7243e_write(0x21, (0x10 | pga_gain[index * 2 + 1]), in es7243e_probe()