Searched refs:TDA9850_WADDR (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/bktr/
H A Dbktr_audio.c282 #define TDA9850_WADDR 0xb6 macro
302 i2cWrite(bktr, TDA9850_WADDR, CON1ADDR, 0x08); /* noise threshold st */
303 i2cWrite(bktr, TDA9850_WADDR, CON2ADDR, 0x08); /* noise threshold sap */
304 i2cWrite(bktr, TDA9850_WADDR, CON3ADDR, 0x40); /* stereo mode */
305 i2cWrite(bktr, TDA9850_WADDR, CON4ADDR, 0x07); /* 0 dB input gain? */
306 i2cWrite(bktr, TDA9850_WADDR, ALI1ADDR, 0x10); /* wideband alignment? */
307 i2cWrite(bktr, TDA9850_WADDR, ALI2ADDR, 0x10); /* spectral alignment? */
308 i2cWrite(bktr, TDA9850_WADDR, ALI3ADDR, 0x03);
318 return( i2cWrite( bktr, TDA9850_WADDR, CON3ADDR, control ) );
H A Dbktr_card.c104 #define TDA9850_WADDR 0xb6 macro

Completed in 188 milliseconds