I2C_SPEED
return ki2c_readreg(sc, MODE) & I2C_SPEED;
KASSERT((speed & ~I2C_SPEED) == 0);
x &= ~I2C_SPEED;