OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i2cWrite
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/pci/bktr/
bktr_tuner.c
830
i2cWrite
(bktr, addr, (N>>8) & 0x7f, N & 0xff);
831
i2cWrite
(bktr, addr, control, band);
834
i2cWrite
(bktr, addr, control, band);
835
i2cWrite
(bktr, addr, (N>>8) & 0x7f, N & 0xff);
850
i2cWrite
(bktr, addr, (N>>8) & 0x7f, N & 0xff);
892
i2cWrite
(bktr, addr, control, band);
893
i2cWrite
(bktr, addr, (N>>8) & 0x7f, N & 0xff);
962
i2cWrite
(bktr, addr,
968
i2cWrite
(bktr, addr,
bktr_core.h
55
int
i2cWrite
(bktr_ptr_t bktr, int addr, int byte1, int byte2);
bktr_audio.c
304
i2cWrite
(bktr, TDA9850_WADDR, CON1ADDR, 0x08); /* noise threshold st */
305
i2cWrite
(bktr, TDA9850_WADDR, CON2ADDR, 0x08); /* noise threshold sap */
306
i2cWrite
(bktr, TDA9850_WADDR, CON3ADDR, 0x40); /* stereo mode */
307
i2cWrite
(bktr, TDA9850_WADDR, CON4ADDR, 0x07); /* 0 dB input gain? */
308
i2cWrite
(bktr, TDA9850_WADDR, ALI1ADDR, 0x10); /* wideband alignment? */
309
i2cWrite
(bktr, TDA9850_WADDR, ALI2ADDR, 0x10); /* spectral alignment? */
310
i2cWrite
(bktr, TDA9850_WADDR, ALI3ADDR, 0x03);
320
return(
i2cWrite
(bktr, TDA9850_WADDR, CON3ADDR, control));
bktr_card.c
408
if (
i2cWrite
(bktr, addr, offset, -1) == -1)
bktr_core.c
2299
i2cWrite
(bktr, i2c_addr, i2c_port, data);
3853
i2cWrite
(bktr_ptr_t bktr, int addr, int byte1, int byte2)
3999
i2cWrite
(bktr_ptr_t bktr, int addr, int byte1, int byte2)
Completed in 16 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025