Searched refs:I2S_LINES_EN (Results 1 – 2 of 2) sorted by relevance
364 conf0 |= I2S_LINES_EN(3); in dw_hdmi_qp_set_audio_interface()367 conf0 |= I2S_LINES_EN(2); in dw_hdmi_qp_set_audio_interface()370 conf0 |= I2S_LINES_EN(1); in dw_hdmi_qp_set_audio_interface()373 conf0 |= I2S_LINES_EN(0); in dw_hdmi_qp_set_audio_interface()
115 #define I2S_LINES_EN(x) BIT((x) + 4) macro