Searched refs:msm_dp_read_aux (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/msm/dp/ |
| H A D | dp_catalog.c | 168 return msm_dp_read_aux(catalog, REG_DP_AUX_DATA); in msm_dp_catalog_aux_read_data() 196 data = msm_dp_read_aux(catalog, REG_DP_AUX_TRANS_CTRL); in msm_dp_catalog_aux_clear_trans() 210 msm_dp_read_aux(catalog, REG_DP_PHY_AUX_INTERRUPT_STATUS); in msm_dp_catalog_aux_clear_hw_interrupts() 235 aux_ctrl = msm_dp_read_aux(catalog, REG_DP_AUX_CTRL); in msm_dp_catalog_aux_reset() 251 aux_ctrl = msm_dp_read_aux(catalog, REG_DP_AUX_CTRL); in msm_dp_catalog_aux_enable() 605 u32 config = msm_dp_read_aux(catalog, REG_DP_DP_HPD_INT_MASK); in msm_dp_catalog_hpd_config_intr() 620 u32 reftimer = msm_dp_read_aux(catalog, REG_DP_DP_HPD_REFTIMER); in msm_dp_catalog_ctrl_hpd_enable() 635 u32 reftimer = msm_dp_read_aux(catalog, REG_DP_DP_HPD_REFTIMER); in msm_dp_catalog_ctrl_hpd_disable() 690 status = msm_dp_read_aux(catalog, REG_DP_DP_HPD_INT_STATUS); in msm_dp_catalog_link_is_connected() 704 isr = msm_dp_read_aux(catalog, REG_DP_DP_HPD_INT_STATUS); in msm_dp_catalog_hpd_get_intr_status() [all …]
|