Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec.c212 if (MCHP_I2C_SMB_STS_RO(ba) & MCHP_I2C_SMB_STS_BER) { in wait_bus_free()
251 if (status & MCHP_I2C_SMB_STS_BER) { in wait_completion()
706 if (status & MCHP_I2C_SMB_STS_BER) { in i2c_xec_bus_isr()
Di2c_mchp_xec_v2.c183 if (sts & MCHP_I2C_SMB_STS_BER) { in wait_bus_free()
442 if (data->i2c_status & MCHP_I2C_SMB_STS_BER) { in wait_pin()
839 if (status & MCHP_I2C_SMB_STS_BER) { in i2c_xec_bus_isr()
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_i2c_smb.h53 #define MCHP_I2C_SMB_STS_BER BIT(4) macro