Lines Matching defs:tx_mux_sel
1792 u8 shift = 0, shift_val = 0, tx_mux_sel;
1829 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) &
1832 tx_mux_sel = tx_mux_sel >> shift;
1834 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3))
1837 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))
1840 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7))
1841 decimator = tx_mux_sel - 1;
1843 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))
1852 } else if ((tx_port <= 8) && (tx_mux_sel == 0x01)) {