Searched refs:i2cWrite (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.h52 int i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 );
H A Dbktr_tuner.c852 i2cWrite( bktr, addr, (N>>8) & 0x7f, N & 0xff );
853 i2cWrite( bktr, addr, control, band );
856 i2cWrite( bktr, addr, control, band );
857 i2cWrite( bktr, addr, (N>>8) & 0x7f, N & 0xff );
872 i2cWrite( bktr, addr, (N>>8) & 0x7f, N & 0xff );
914 i2cWrite( bktr, addr, control, band );
915 i2cWrite( bktr, addr, (N>>8) & 0x7f, N & 0xff );
984 i2cWrite( bktr, addr,
990 i2cWrite( bktr, addr,
1055 i2cWrite(bkt
[all...]
H A Dbktr_audio.c300 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.c462 if ( i2cWrite( bktr, addr, offset, -1 ) == -1 )
H A Dbktr_core.c2313 i2cWrite( bktr, i2c_addr, i2c_port, data);
3846 i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 ) function
3992 i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 ) function

Completed in 78 milliseconds