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

/freebsd-10.3-release/sys/dev/bktr/
H A Dbktr_audio.c280 #define TDA9850_WADDR 0xb6 macro
300 i2cWrite(bktr, TDA9850_WADDR, CON1ADDR, 0x08); /* noise threshold st */
301 i2cWrite(bktr, TDA9850_WADDR, CON2ADDR, 0x08); /* noise threshold sap */
302 i2cWrite(bktr, TDA9850_WADDR, CON3ADDR, 0x40); /* stereo mode */
303 i2cWrite(bktr, TDA9850_WADDR, CON4ADDR, 0x07); /* 0 dB input gain? */
304 i2cWrite(bktr, TDA9850_WADDR, ALI1ADDR, 0x10); /* wideband alignment? */
305 i2cWrite(bktr, TDA9850_WADDR, ALI2ADDR, 0x10); /* spectral alignment? */
306 i2cWrite(bktr, TDA9850_WADDR, ALI3ADDR, 0x03);
316 return( i2cWrite( bktr, TDA9850_WADDR, CON3ADDR, control ) );
H A Dbktr_card.c102 #define TDA9850_WADDR 0xb6 macro

Completed in 94 milliseconds