Searched refs:i2c_sw_status (Results 1 – 2 of 2) sorted by relevance
127 uint32_t i2c_sw_status = 0; in release_engine() local128 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in release_engine()130 safe_to_reset = (i2c_sw_status == 1); in release_engine()237 uint32_t i2c_sw_status = 0; in is_hw_busy() local239 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in is_hw_busy()240 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_IDLE) in is_hw_busy()245 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in is_hw_busy()246 return i2c_sw_status != DC_I2C_STATUS__DC_I2C_STATUS_IDLE; in is_hw_busy()418 uint32_t i2c_sw_status = 0; in get_channel_status() local421 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); in get_channel_status()[all …]
145 uint32_t i2c_sw_status = 0; in release_engine() local149 i2c_sw_status = get_reg_field_value( in release_engine()154 safe_to_reset = (i2c_sw_status == 1); in release_engine()369 uint32_t i2c_sw_status = 0; in is_hw_busy() local373 i2c_sw_status = get_reg_field_value( in is_hw_busy()378 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_IDLE) in is_hw_busy()385 i2c_sw_status = get_reg_field_value( in is_hw_busy()390 return i2c_sw_status != DC_I2C_STATUS__DC_I2C_STATUS_IDLE; in is_hw_busy()710 uint32_t i2c_sw_status = 0; in get_channel_status() local713 i2c_sw_status = get_reg_field_value( in get_channel_status()[all …]