Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/bktr/
H A Dbktr_card.c423 if ( (byte = i2cRead( bktr, (addr | 1) )) == -1 ) in readEEProm()
450 if ( i2cRead( bktr, (2 * x) + 1 ) != ABSENT ) { in signCard()
476 temp_read = i2cRead( bktr, (2 * x) + 1 ); in check_for_i2c_devices()
492 if (i2cRead( bktr, 0xc1) != ABSENT) return 0xc0; in locate_tuner_address()
493 if (i2cRead( bktr, 0xc3) != ABSENT) return 0xc2; in locate_tuner_address()
494 if (i2cRead( bktr, 0xc5) != ABSENT) return 0xc4; in locate_tuner_address()
495 if (i2cRead( bktr, 0xc7) != ABSENT) return 0xc6; in locate_tuner_address()
507 if (i2cRead(bktr, 0xa0) != ABSENT) return 0xa0; in locate_eeprom_address()
508 if (i2cRead(bktr, 0xac) != ABSENT) return 0xac; in locate_eeprom_address()
509 if (i2cRead(bktr, 0xae) != ABSENT) return 0xae; in locate_eeprom_address()
[all …]
H A Dbktr_tuner.c905 if ( (status = i2cRead( bktr, addr + 1 )) < 0 ) in do_afc()
912 if ( (status = i2cRead( bktr, addr + 1 )) < 0 ) in do_afc()
964 return i2cRead( bktr, bktr->card.tuner_pllAddr + 1 ); in get_tuner_status()
H A Dbktr_core.h54 int i2cRead( bktr_ptr_t bktr, int addr );
H A Dbktr_core.c2078 data = i2cRead( bktr, i2c_addr); in tuner_ioctl()
3640 i2cRead( bktr_ptr_t bktr, int addr ) in i2cRead() function