Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dscmdreg.h31 #define SCMD_REG_ID 0x01 /* ID.. always 0xA9 */ macro
Dscmd.c227 error = (*(sc->sc_func_read_register))(sc, SCMD_REG_ID, &id); in scmd_attach()
/netbsd/src/sys/dev/i2c/
Dscmdi2c.c112 uint8_t reg = SCMD_REG_ID; in scmdi2c_poke()