/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
amdgpu_dce_i2c_hw.c | 80 uint32_t i2c_sw_status = 0; local in function:get_channel_status 82 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); 83 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_USED_BY_SW) 95 * this is the case when HW used for communication, I2C_SW_STATUS 154 uint32_t i2c_sw_status = 0; local in function:is_hw_busy 156 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); 157 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_IDLE) 351 uint32_t i2c_sw_status = 0; local in function:release_engine 353 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); 355 safe_to_reset = (i2c_sw_status == 1) [all...] |
amdgpu_dce_i2c_hw.c | 80 uint32_t i2c_sw_status = 0; local in function:get_channel_status 82 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); 83 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_USED_BY_SW) 95 * this is the case when HW used for communication, I2C_SW_STATUS 154 uint32_t i2c_sw_status = 0; local in function:is_hw_busy 156 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); 157 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_IDLE) 351 uint32_t i2c_sw_status = 0; local in function:release_engine 353 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); 355 safe_to_reset = (i2c_sw_status == 1) [all...] |
amdgpu_dce_i2c_hw.c | 80 uint32_t i2c_sw_status = 0; local in function:get_channel_status 82 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); 83 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_USED_BY_SW) 95 * this is the case when HW used for communication, I2C_SW_STATUS 154 uint32_t i2c_sw_status = 0; local in function:is_hw_busy 156 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); 157 if (i2c_sw_status == DC_I2C_STATUS__DC_I2C_STATUS_IDLE) 351 uint32_t i2c_sw_status = 0; local in function:release_engine 353 REG_GET(DC_I2C_SW_STATUS, DC_I2C_SW_STATUS, &i2c_sw_status); 355 safe_to_reset = (i2c_sw_status == 1) [all...] |