Searched refs:tx_mux_sel (Results 1 – 2 of 2) sorted by relevance
1792 u8 shift = 0, shift_val = 0, tx_mux_sel; in wcd9335_set_decimator_rate() local1829 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) & in wcd9335_set_decimator_rate()1832 tx_mux_sel = tx_mux_sel >> shift; in wcd9335_set_decimator_rate()1834 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3)) in wcd9335_set_decimator_rate()1837 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd9335_set_decimator_rate()1840 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7)) in wcd9335_set_decimator_rate()1841 decimator = tx_mux_sel - 1; in wcd9335_set_decimator_rate()1843 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd9335_set_decimator_rate()1852 } else if ((tx_port <= 8) && (tx_mux_sel == 0x01)) { in wcd9335_set_decimator_rate()
1579 u8 shift = 0, shift_val = 0, tx_mux_sel; in wcd934x_set_decimator_rate() local1619 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) & in wcd934x_set_decimator_rate()1622 tx_mux_sel = tx_mux_sel >> shift; in wcd934x_set_decimator_rate()1625 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3)) in wcd934x_set_decimator_rate()1629 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()1633 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7)) in wcd934x_set_decimator_rate()1634 decimator = tx_mux_sel - 1; in wcd934x_set_decimator_rate()1637 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()