Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pckbport/
Delantech.c321 uint16_t fwversion; in pms_elantech_probe_init() local
365 fwversion = (resp[0] << 8) | resp[2]; in pms_elantech_probe_init()
366 if (fwversion < ELANTECH_MIN_VERSION) { in pms_elantech_probe_init()
/netbsd/src/sys/dev/ic/
Dscmd.c216 uint8_t fwversion; in scmd_attach() local
220 error = (*(sc->sc_func_read_register))(sc, SCMD_REG_FID, &fwversion); in scmd_attach()
243 fwversion, id, (id == SCMD_EXPECTED_ID) ? " (expected ID)" : " (unexpected ID)", in scmd_attach()
/netbsd/src/sys/dev/i2c/
Dsi70xx.c613 uint8_t fwversion = 0, model, heaterregister; in si70xx_attach() local
726 fwversion = buf[0]; in si70xx_attach()
728 fwversion)); in si70xx_attach()
805 switch (fwversion) { in si70xx_attach()