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()163 uint32_t i2c_sw_status = 0; in is_hw_busy() local165 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in is_hw_busy()166 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_IDLE) in is_hw_busy()357 uint32_t i2c_sw_status = 0; in release_engine() local359 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in release_engine()361 safe_to_reset = (i2c_sw_status == 1); in release_engine()