Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/bktr/
H A Dbktr_card.c472 int x, temp_read; in check_for_i2c_devices() local
476 temp_read = i2cRead( bktr, (2 * x) + 1 ); in check_for_i2c_devices()
477 if (temp_read != 0) i2c_all_0 = 0; in check_for_i2c_devices()
478 if (temp_read != ABSENT) i2c_all_absent = 0; in check_for_i2c_devices()