Home
last modified time | relevance | path

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

/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_i2c_smb.h50 #define MCHP_I2C_SMB_STS_LAB BIT(1) macro
/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec_v2.c187 if (sts & MCHP_I2C_SMB_STS_LAB) { in wait_bus_free()
446 if (data->i2c_status & MCHP_I2C_SMB_STS_LAB) { in wait_pin()
Di2c_mchp_xec.c258 if (status & MCHP_I2C_SMB_STS_LAB) { in wait_completion()