Searched refs:i2c_sw_status (Results 1 – 1 of 1) sorted by relevance
72 uint32_t i2c_sw_status = 0; in get_channel_status() local74 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in get_channel_status()75 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_USED_BY_SW) in get_channel_status()146 uint32_t i2c_sw_status = 0; in is_hw_busy() local148 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in is_hw_busy()149 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_IDLE) in is_hw_busy()362 uint32_t i2c_sw_status = 0; in release_engine() local364 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in release_engine()366 safe_to_reset = (i2c_sw_status == 1); in release_engine()