Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/
H A Dti_i2c.h106 #define I2C_SCLH_MASK 0xff macro
H A Dti_i2c.c568 sclh = clkcfg->sclh & I2C_SCLH_MASK; in ti_i2c_reset()
765 sclh = (int)ti_i2c_read_2(sc, I2C_REG_SCLH) & I2C_SCLH_MASK; in ti_i2c_sysctl_clk()