Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2c/
H A Dmotoi2c.c117 sc->sc_enable_mask = 0; in motoi2c_attach()
120 sc->sc_enable_mask = CR_MEN; in motoi2c_attach()
146 I2C_WRITE(I2CCR, sc->sc_enable_mask); /* enable the I2C module */ in motoi2c_acquire_bus()
260 cr = sc->sc_enable_mask | CR_MTX | CR_MSTA; in motoi2c_exec()
272 I2C_WRITE(I2CCR, sc->sc_enable_mask | CR_MTX | CR_MSTA); in motoi2c_exec()
355 cr = sc->sc_enable_mask | CR_TXAK; in motoi2c_exec()
362 cr = sc->sc_enable_mask | CR_TXAK; in motoi2c_exec()
392 cr = sc->sc_enable_mask; in motoi2c_exec()
H A Dmotoi2cvar.h60 uint8_t sc_enable_mask; member