Lines Matching defs:tx_mux_sel
1617 u8 shift = 0, shift_val = 0, tx_mux_sel;
1657 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) &
1660 tx_mux_sel = tx_mux_sel >> shift;
1663 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3))
1667 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))
1671 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7))
1672 decimator = tx_mux_sel - 1;
1675 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))