I2C_SCLL_MASK
scll = clkcfg->scll & I2C_SCLL_MASK;
scll = (int)ti_i2c_read_2(sc, I2C_REG_SCLL) & I2C_SCLL_MASK;