Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c96 #define STM32_I2C_TIMINGR_SCLL(n) (n & 0xff) macro
763 timing |= STM32_I2C_TIMINGR_SCLL(t.scll); in stm32_i2c_hw_config()