Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm/ti/
Dti_i2c.h103 #define I2C_SCLL_MASK 0xff macro
Dti_i2c.c570 scll = clkcfg->scll & I2C_SCLL_MASK; in ti_i2c_reset()
767 scll = (int)ti_i2c_read_2(sc, I2C_REG_SCLL) & I2C_SCLL_MASK; in ti_i2c_sysctl_clk()