Searched refs:tx_mux_sel (Results 1 – 2 of 2) sorted by relevance
1799 u8 shift = 0, shift_val = 0, tx_mux_sel; in wcd9335_set_decimator_rate() 1834 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) & in wcd9335_set_decimator_rate() 1837 tx_mux_sel = tx_mux_sel >> shift; in wcd9335_set_decimator_rate() 1839 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3)) in wcd9335_set_decimator_rate() 1842 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd9335_set_decimator_rate() 1845 if ((tx_mux_sel >= 1) && (tx_mux_sel < in wcd9335_set_decimator_rate() 1795 u8 shift = 0, shift_val = 0, tx_mux_sel; wcd9335_set_decimator_rate() local [all...]
1617 u8 shift = 0, shift_val = 0, tx_mux_sel; in wcd934x_set_decimator_rate() local1657 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) & in wcd934x_set_decimator_rate()1660 tx_mux_sel = tx_mux_sel >> shift; in wcd934x_set_decimator_rate()1663 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3)) in wcd934x_set_decimator_rate()1667 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()1671 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7)) in wcd934x_set_decimator_rate()1672 decimator = tx_mux_sel - 1; in wcd934x_set_decimator_rate()1675 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()