Searched refs:tx_mux_sel (Results 1 – 2 of 2) sorted by relevance
1795 u8 shift = 0, shift_val = 0, tx_mux_sel; in wcd9335_set_decimator_rate() local1830 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) & in wcd9335_set_decimator_rate()1833 tx_mux_sel = tx_mux_sel >> shift; in wcd9335_set_decimator_rate()1835 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3)) in wcd9335_set_decimator_rate()1838 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd9335_set_decimator_rate()1841 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7)) in wcd9335_set_decimator_rate()1842 decimator = tx_mux_sel - 1; in wcd9335_set_decimator_rate()1844 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd9335_set_decimator_rate()1853 } else if ((tx_port <= 8) && (tx_mux_sel == 0x01)) { in wcd9335_set_decimator_rate()
1639 u8 shift = 0, shift_val = 0, tx_mux_sel; in wcd934x_set_decimator_rate() local1679 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) & in wcd934x_set_decimator_rate()1682 tx_mux_sel = tx_mux_sel >> shift; in wcd934x_set_decimator_rate()1685 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3)) in wcd934x_set_decimator_rate()1689 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()1693 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7)) in wcd934x_set_decimator_rate()1694 decimator = tx_mux_sel - 1; in wcd934x_set_decimator_rate()1697 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()