Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c92 #define STM32_I2C_TIMINGR_PRESC(n) ((n & 0xf) << 28) macro
759 timing |= STM32_I2C_TIMINGR_PRESC(t.presc); in stm32_i2c_hw_config()