Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/hdmi/
Dhdmi.xml.h73 enum hdmi_acr_cts { enum
93 static inline uint32_t HDMI_ACR_PKT_CTRL_SELECT(enum hdmi_acr_cts val) in HDMI_ACR_PKT_CTRL_SELECT()
189 static inline uint32_t REG_HDMI_ACR(enum hdmi_acr_cts i0) { return 0x000000c4 + 0x8*i0; } in REG_HDMI_ACR()
191 static inline uint32_t REG_HDMI_ACR_0(enum hdmi_acr_cts i0) { return 0x000000c4 + 0x8*i0; } in REG_HDMI_ACR_0()
199 static inline uint32_t REG_HDMI_ACR_1(enum hdmi_acr_cts i0) { return 0x000000c8 + 0x8*i0; } in REG_HDMI_ACR_1()
Dhdmi_audio.c115 enum hdmi_acr_cts select; in msm_hdmi_audio_update()