Searched refs:SMBUS_MODE_SMBALERT (Results 1 – 4 of 4) sorted by relevance
118 if (config_value & SMBUS_MODE_SMBALERT) { in smbus_stm32_configure()
190 if (config & SMBUS_MODE_SMBALERT) { in pch_configure()966 if (data->config & SMBUS_MODE_SMBALERT && in smbus_isr()
315 ret = smbus_configure(dev, SMBUS_MODE_CONTROLLER | SMBUS_MODE_SMBALERT); in ZTEST()
225 #define SMBUS_MODE_SMBALERT BIT(3) macro