Searched refs:CH_SWITCH (Results 1 – 2 of 2) sorted by relevance
526 ch_switch = CH_SWITCH(7, 7) | CH_SWITCH(6, 6) | in mtk_hdmi_hw_aud_set_i2s_chan_num()527 CH_SWITCH(5, 5) | CH_SWITCH(4, 4) | in mtk_hdmi_hw_aud_set_i2s_chan_num()528 CH_SWITCH(3, 3) | CH_SWITCH(1, 2) | in mtk_hdmi_hw_aud_set_i2s_chan_num()529 CH_SWITCH(2, 1) | CH_SWITCH(0, 0); in mtk_hdmi_hw_aud_set_i2s_chan_num()
72 #define CH_SWITCH(from, to) ((from) << ((to) * 3)) macro