OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i2cRead
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/bktr/
bktr_card.c
413
if ((byte =
i2cRead
(bktr, (addr | 1))) == -1)
440
if (
i2cRead
(bktr, (2 * x) + 1) != ABSENT) {
466
temp_read =
i2cRead
(bktr, (2 * x) + 1);
482
if (
i2cRead
(bktr, 0xc1) != ABSENT) return 0xc0;
483
if (
i2cRead
(bktr, 0xc3) != ABSENT) return 0xc2;
484
if (
i2cRead
(bktr, 0xc5) != ABSENT) return 0xc4;
485
if (
i2cRead
(bktr, 0xc7) != ABSENT) return 0xc6;
497
if (
i2cRead
(bktr, 0xa0) != ABSENT) return 0xa0;
498
if (
i2cRead
(bktr, 0xac) != ABSENT) return 0xac;
499
if (
i2cRead
(bktr, 0xae) != ABSENT) return 0xae
[
all
...]
bktr_core.h
56
int
i2cRead
(bktr_ptr_t bktr, int addr);
bktr_tuner.c
922
if ((status =
i2cRead
(bktr, addr + 1)) < 0)
929
if ((status =
i2cRead
(bktr, addr + 1)) < 0)
981
return
i2cRead
(bktr, bktr->card.tuner_pllAddr + 1);
bktr_core.c
2301
data =
i2cRead
(bktr, i2c_addr);
3879
i2cRead
(bktr_ptr_t bktr, int addr)
4042
i2cRead
(bktr_ptr_t bktr, int addr)
Completed in 24 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026