Searched refs:I2S_LINES_EN (Results 1 – 3 of 3) sorted by relevance
112 #define I2S_LINES_EN(x) BIT(x + 4) macro
561 conf0 |= I2S_LINES_EN(3); in dw_hdmi_qp_set_audio_interface()564 conf0 |= I2S_LINES_EN(2); in dw_hdmi_qp_set_audio_interface()567 conf0 |= I2S_LINES_EN(1); in dw_hdmi_qp_set_audio_interface()570 conf0 |= I2S_LINES_EN(0); in dw_hdmi_qp_set_audio_interface()
109 #define I2S_LINES_EN(x) BIT((x) + 4) macro