Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2c/
H A Dsgp40.c578 uint16_t chiptestvalue; in sgp40_attach() local
698 chiptestvalue = buf[0] << 8; in sgp40_attach()
699 chiptestvalue |= buf[1]; in sgp40_attach()
747 (chiptestvalue == SGP40_TEST_RESULTS_ALL_PASSED) ? in sgp40_attach()
749 (chiptestvalue == SGP40_TEST_RESULTS_SOME_FAILED) ? in sgp40_attach()