Home
last modified time | relevance | path

Searched refs:acr_ctrl (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
Ddp_catalog.c890 u32 acr_ctrl, select; in dp_catalog_audio_config_acr() local
899 acr_ctrl = select << 4 | BIT(31) | BIT(8) | BIT(14); in dp_catalog_audio_config_acr()
901 DRM_DEBUG_DP("select = 0x%x, acr_ctrl = 0x%x\n", select, acr_ctrl); in dp_catalog_audio_config_acr()
903 dp_write_link(catalog, MMSS_DP_AUDIO_ACR_CTRL, acr_ctrl); in dp_catalog_audio_config_acr()