Searched refs:tx_ch_cnt (Results 1 – 7 of 7) sorted by relevance
/linux/sound/soc/qcom/ |
H A D | sdw.c | 29 u32 rx_ch_cnt = 0, tx_ch_cnt = 0; in qcom_snd_sdw_startup() local 47 ret = snd_soc_dai_get_channel_map(codec_dai, &tx_ch_cnt, tx_ch, in qcom_snd_sdw_startup() 61 if (tx_ch_cnt || rx_ch_cnt) { in qcom_snd_sdw_startup() 64 tx_ch_cnt, tx_ch, in qcom_snd_sdw_startup()
|
H A D | apq8096.c | 37 u32 rx_ch_cnt = 0, tx_ch_cnt = 0; in msm_snd_hw_params() local 41 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in msm_snd_hw_params() 53 ret = snd_soc_dai_set_channel_map(cpu_dai, tx_ch_cnt, tx_ch, in msm_snd_hw_params()
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 126 pdata->hw_feat.tx_ch_cnt); in xlgmac_init() 462 hw_feat->tx_ch_cnt = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features() 508 hw_feat->tx_ch_cnt++; in xlgmac_get_all_hw_features() 678 pdata->hw_feat.tx_ch_cnt); in xlgmac_print_all_hw_features()
|
H A D | dwc-xlgmac.h | 533 unsigned int tx_ch_cnt; /* Number of DMA Transmit Channels */ member
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 112 pdata->tx_max_channel_count = pdata->hw_feat.tx_ch_cnt; in xgbe_set_counts() 129 pdata->hw_feat.tx_ch_cnt); in xgbe_set_counts()
|
H A D | xgbe.h | 942 unsigned int tx_ch_cnt; /* Number of DMA Transmit Channels */ member
|
H A D | xgbe-drv.c | 690 hw_feat->tx_ch_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXCHCNT); in xgbe_get_all_hw_features() 730 hw_feat->tx_ch_cnt++; in xgbe_get_all_hw_features()
|