Lines Matching refs:rx_port_value
593 int rx_port_value[RX_MACRO_PORTS_MAX]; member
2272 rx->rx_port_value[widget->shift]; in rx_macro_mux_get()
2283 u32 rx_port_value = ucontrol->value.integer.value[0]; in rx_macro_mux_put() local
2287 aif_rst = rx->rx_port_value[widget->shift]; in rx_macro_mux_put()
2288 if (!rx_port_value) { in rx_macro_mux_put()
2298 rx->rx_port_value[widget->shift] = rx_port_value; in rx_macro_mux_put()
2300 switch (rx_port_value) { in rx_macro_mux_put()
2313 &rx->active_ch_mask[rx_port_value]); in rx_macro_mux_put()
2314 rx->active_ch_cnt[rx_port_value]++; in rx_macro_mux_put()
2319 __func__, rx_port_value); in rx_macro_mux_put()
2324 rx_port_value, e, update); in rx_macro_mux_put()