Home
last modified time | relevance | path

Searched refs:mux_select (Results 1 – 22 of 22) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/modules/fabric/
H A Dxwrf_mux.vhd110 signal mux_select : std_logic_vector(g_muxed_ports-1 downto 0); signal
148 mux_select <= mux_cycs and mux_rrobin;
151 mux_select <= (others => '0');
156 if(unsigned(mux_cycs and mux_select) = 0) then --cycle end
168 mux_snk_o(J).ack <= ep_src_i.ack when(mux /= MUX_SEL and mux_select(J) = '1') else
172 mux_snk_o(J).err <= ep_src_i.err when(mux /= MUX_SEL and mux_select(J) = '1') else
177 ep_src_o.cyc <= mux_snk_i(f_hot_to_bin(mux_select)).cyc when(mux /= MUX_SEL) else
179 ep_src_o.stb <= mux_snk_i(f_hot_to_bin(mux_select)).stb when(mux /= MUX_SEL) else
181 ep_src_o.adr <= mux_snk_i(f_hot_to_bin(mux_select)).adr;
182 ep_src_o.dat <= mux_snk_i(f_hot_to_bin(mux_select)).dat;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/codecs/
H A Dmt6359.c1568 unsigned int mux_pga = priv->mux_select[MUX_PGA_L]; in mt_pga_l_event()
1573 mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_pga_l_event()
1576 mic_type = priv->mux_select[MUX_MIC_TYPE_1]; in mt_pga_l_event()
1626 unsigned int mux_pga = priv->mux_select[MUX_PGA_R]; in mt_pga_r_event()
1631 mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_pga_r_event()
1635 mic_type = priv->mux_select[MUX_MIC_TYPE_2]; in mt_pga_r_event()
1691 mic_type = priv->mux_select[MUX_MIC_TYPE_2]; in mt_pga_3_event()
2307 IS_DCC_BASE(priv->mux_select[MUX_MIC_TYPE_2])) in mt_dcc_clk_connect()
2764 &priv->mux_select[MUX_MIC_TYPE_0]); in mt6359_parse_dt()
2773 &priv->mux_select[MUX_MIC_TYPE_1]); in mt6359_parse_dt()
[all …]
H A Dmt6358.c89 unsigned int mux_select[MUX_NUM]; member
1375 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1394 if (priv->mux_select[MUX_HP_L] == HP_MUX_HP) in mt_hp_event()
1399 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1904 priv->mux_select[MUX_MIC_TYPE] = mux; in mt_mic_type_event()
1919 switch (priv->mux_select[MUX_MIC_TYPE]) { in mt_mic_type_event()
1928 priv->mux_select[MUX_MIC_TYPE] = mux; in mt_mic_type_event()
1948 priv->mux_select[MUX_ADC_L] = mux; in mt_adc_l_event()
1964 priv->mux_select[MUX_ADC_R] = mux; in mt_adc_r_event()
1980 priv->mux_select[MUX_PGA_L] = mux; in mt_pga_left_event()
[all …]
H A Dmt6359.h4269 unsigned int mux_select[MUX_NUM]; member
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/codecs/
H A Dmt6359.c1568 unsigned int mux_pga = priv->mux_select[MUX_PGA_L]; in mt_pga_l_event()
1573 mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_pga_l_event()
1576 mic_type = priv->mux_select[MUX_MIC_TYPE_1]; in mt_pga_l_event()
1626 unsigned int mux_pga = priv->mux_select[MUX_PGA_R]; in mt_pga_r_event()
1631 mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_pga_r_event()
1635 mic_type = priv->mux_select[MUX_MIC_TYPE_2]; in mt_pga_r_event()
1691 mic_type = priv->mux_select[MUX_MIC_TYPE_2]; in mt_pga_3_event()
2307 IS_DCC_BASE(priv->mux_select[MUX_MIC_TYPE_2])) in mt_dcc_clk_connect()
2764 &priv->mux_select[MUX_MIC_TYPE_0]); in mt6359_parse_dt()
2773 &priv->mux_select[MUX_MIC_TYPE_1]); in mt6359_parse_dt()
[all …]
H A Dmt6358.c89 unsigned int mux_select[MUX_NUM]; member
1375 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1394 if (priv->mux_select[MUX_HP_L] == HP_MUX_HP) in mt_hp_event()
1399 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1904 priv->mux_select[MUX_MIC_TYPE] = mux; in mt_mic_type_event()
1919 switch (priv->mux_select[MUX_MIC_TYPE]) { in mt_mic_type_event()
1928 priv->mux_select[MUX_MIC_TYPE] = mux; in mt_mic_type_event()
1948 priv->mux_select[MUX_ADC_L] = mux; in mt_adc_l_event()
1964 priv->mux_select[MUX_ADC_R] = mux; in mt_adc_r_event()
1980 priv->mux_select[MUX_PGA_L] = mux; in mt_pga_left_event()
[all …]
H A Dmt6359.h4269 unsigned int mux_select[MUX_NUM]; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/codecs/
H A Dmt6359.c1568 unsigned int mux_pga = priv->mux_select[MUX_PGA_L]; in mt_pga_l_event()
1573 mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_pga_l_event()
1576 mic_type = priv->mux_select[MUX_MIC_TYPE_1]; in mt_pga_l_event()
1626 unsigned int mux_pga = priv->mux_select[MUX_PGA_R]; in mt_pga_r_event()
1631 mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_pga_r_event()
1635 mic_type = priv->mux_select[MUX_MIC_TYPE_2]; in mt_pga_r_event()
1691 mic_type = priv->mux_select[MUX_MIC_TYPE_2]; in mt_pga_3_event()
2307 IS_DCC_BASE(priv->mux_select[MUX_MIC_TYPE_2])) in mt_dcc_clk_connect()
2764 &priv->mux_select[MUX_MIC_TYPE_0]); in mt6359_parse_dt()
2773 &priv->mux_select[MUX_MIC_TYPE_1]); in mt6359_parse_dt()
[all …]
H A Dmt6358.c89 unsigned int mux_select[MUX_NUM]; member
1375 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1394 if (priv->mux_select[MUX_HP_L] == HP_MUX_HP) in mt_hp_event()
1399 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1904 priv->mux_select[MUX_MIC_TYPE] = mux; in mt_mic_type_event()
1919 switch (priv->mux_select[MUX_MIC_TYPE]) { in mt_mic_type_event()
1928 priv->mux_select[MUX_MIC_TYPE] = mux; in mt_mic_type_event()
1948 priv->mux_select[MUX_ADC_L] = mux; in mt_adc_l_event()
1964 priv->mux_select[MUX_ADC_R] = mux; in mt_adc_r_event()
1980 priv->mux_select[MUX_PGA_L] = mux; in mt_pga_left_event()
[all …]
H A Dmt6359.h4269 unsigned int mux_select[MUX_NUM]; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.c78 GENERIC_SEL, config_data->config.generic_mux.mux_select); in set_config()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.c78 GENERIC_SEL, config_data->config.generic_mux.mux_select); in set_config()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.c78 GENERIC_SEL, config_data->config.generic_mux.mux_select); in set_config()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/include/
H A Dgpio_types.h305 enum gpio_signal_source mux_select; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/include/
H A Dgpio_types.h305 enum gpio_signal_source mux_select; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/include/
H A Dgpio_types.h305 enum gpio_signal_source mux_select; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/hda/
H A Dhda_generic.c3407 static int mux_select(struct hda_codec *codec, unsigned int adc_idx,
3435 return mux_select(codec, adc_idx, in mux_enum_put()
4066 static int mux_select(struct hda_codec *codec, unsigned int adc_idx, in mux_select() function
4561 mux_select(codec, 0, spec->am_entry[i].idx); in snd_hda_gen_mic_autoswitch()
4565 mux_select(codec, 0, spec->am_entry[0].idx); in snd_hda_gen_mic_autoswitch()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/hda/
H A Dhda_generic.c3407 static int mux_select(struct hda_codec *codec, unsigned int adc_idx,
3435 return mux_select(codec, adc_idx, in mux_enum_put()
4066 static int mux_select(struct hda_codec *codec, unsigned int adc_idx, in mux_select() function
4561 mux_select(codec, 0, spec->am_entry[i].idx); in snd_hda_gen_mic_autoswitch()
4565 mux_select(codec, 0, spec->am_entry[0].idx); in snd_hda_gen_mic_autoswitch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/hda/
H A Dhda_generic.c3407 static int mux_select(struct hda_codec *codec, unsigned int adc_idx,
3435 return mux_select(codec, adc_idx, in mux_enum_put()
4066 static int mux_select(struct hda_codec *codec, unsigned int adc_idx, in mux_select() function
4561 mux_select(codec, 0, spec->am_entry[i].idx); in snd_hda_gen_mic_autoswitch()
4565 mux_select(codec, 0, spec->am_entry[0].idx); in snd_hda_gen_mic_autoswitch()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1841 config->mux_select = GPIO_SIGNAL_SOURCE_PASS_THROUGH_STEREO_SYNC; in dc_set_generic_gpio_for_stereo()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1841 config->mux_select = GPIO_SIGNAL_SOURCE_PASS_THROUGH_STEREO_SYNC; in dc_set_generic_gpio_for_stereo()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1841 config->mux_select = GPIO_SIGNAL_SOURCE_PASS_THROUGH_STEREO_SYNC; in dc_set_generic_gpio_for_stereo()