HomeSort by: relevance | last modified time | path
    Searched defs:temp_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_card.c 462 int x, temp_read; local in function:check_for_i2c_devices
466 temp_read = i2cRead(bktr, (2 * x) + 1);
467 if (temp_read != 0) i2c_all_0 = 0;
468 if (temp_read != ABSENT) i2c_all_absent = 0;
bktr_card.c 462 int x, temp_read; local in function:check_for_i2c_devices
466 temp_read = i2cRead(bktr, (2 * x) + 1);
467 if (temp_read != 0) i2c_all_0 = 0;
468 if (temp_read != ABSENT) i2c_all_absent = 0;

Completed in 25 milliseconds