Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c161 STM32F7_SLAVE_HOSTNOTIFY, enumerator
1374 if (i2c_dev->slave[STM32F7_SLAVE_HOSTNOTIFY]) in stm32f7_i2c_get_free_slave_id()
1376 *id = STM32F7_SLAVE_HOSTNOTIFY; in stm32f7_i2c_get_free_slave_id()
1380 for (i = STM32F7_I2C_MAX_SLAVE - 1; i > STM32F7_SLAVE_HOSTNOTIFY; i--) { in stm32f7_i2c_get_free_slave_id()