Searched refs:i2c_sw_status (Results 1 – 1 of 1) sorted by relevance
75 uint32_t i2c_sw_status = 0; in get_channel_status() local77 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in get_channel_status()78 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_USED_BY_SW) in get_channel_status()149 uint32_t i2c_sw_status = 0; in is_hw_busy() local151 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in is_hw_busy()152 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_IDLE) in is_hw_busy()364 uint32_t i2c_sw_status = 0; in release_engine() local366 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in release_engine()368 safe_to_reset = (i2c_sw_status == 1); in release_engine()