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()
1555 u8 shift = 0, shift_val = 0, tx_mux_sel; in wcd934x_set_decimator_rate() local1595 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) & in wcd934x_set_decimator_rate()1598 tx_mux_sel = tx_mux_sel >> shift; in wcd934x_set_decimator_rate()1601 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3)) in wcd934x_set_decimator_rate()1605 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()1609 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7)) in wcd934x_set_decimator_rate()1610 decimator = tx_mux_sel - 1; in wcd934x_set_decimator_rate()1613 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()