Searched refs:i2cRead (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_card.c467 if ( (byte = i2cRead( bktr, (addr | 1) )) == -1 )
494 if ( i2cRead( bktr, (2 * x) + 1 ) != ABSENT ) {
520 temp_read = i2cRead( bktr, (2 * x) + 1 );
536 if (i2cRead( bktr, 0xc1) != ABSENT) return 0xc0;
537 if (i2cRead( bktr, 0xc3) != ABSENT) return 0xc2;
538 if (i2cRead( bktr, 0xc5) != ABSENT) return 0xc4;
539 if (i2cRead( bktr, 0xc7) != ABSENT) return 0xc6;
551 if (i2cRead( bktr, 0xa0) != ABSENT) return 0xa0;
552 if (i2cRead( bktr, 0xac) != ABSENT) return 0xac;
553 if (i2cRead( bkt
[all...]
H A Dbktr_core.h53 int i2cRead( bktr_ptr_t bktr, int addr );
H A Dbktr_tuner.c944 if ( (status = i2cRead( bktr, addr + 1 )) < 0 )
951 if ( (status = i2cRead( bktr, addr + 1 )) < 0 )
1005 return i2cRead( bktr, bktr->card.tuner_pllAddr + 1 );
1092 if ((ch = i2cRead(bktr, MT2032_ADDR + 1)) == -1) {
H A Dbktr_core.c2315 data = i2cRead( bktr, i2c_addr);
3872 i2cRead( bktr_ptr_t bktr, int addr ) function
4035 i2cRead( bktr_ptr_t bktr, int addr ) function

Completed in 119 milliseconds