Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/i2c/
Dsgp40.c577 uint8_t tstcrc; in sgp40_attach() local
687 tstcrc = sgp40_crc(&buf[0], 2); in sgp40_attach()
690 device_xname(sc->sc_dev), buf[0], buf[1], buf[2], tstcrc)); in sgp40_attach()
752 (tstcrc == buf[2]) ? "\n" : " (bad crc)\n"); in sgp40_attach()