Searched refs:tx_ch_cnt (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/sound/soc/qcom/ |
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()
|
D | sdm845.c | 55 u32 rx_ch_cnt = 0, tx_ch_cnt = 0; in sdm845_slim_snd_hw_params() local 65 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params() 79 ret = snd_soc_dai_set_channel_map(cpu_dai, tx_ch_cnt, in sdm845_slim_snd_hw_params()
|
/Linux-v5.10/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 128 pdata->hw_feat.tx_ch_cnt); in xlgmac_init() 464 hw_feat->tx_ch_cnt = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features() 510 hw_feat->tx_ch_cnt++; in xlgmac_get_all_hw_features() 680 pdata->hw_feat.tx_ch_cnt); in xlgmac_print_all_hw_features()
|
D | dwc-xlgmac.h | 532 unsigned int tx_ch_cnt; /* Number of DMA Transmit Channels */ member
|
/Linux-v5.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 221 pdata->tx_max_channel_count = pdata->hw_feat.tx_ch_cnt; in xgbe_set_counts() 238 pdata->hw_feat.tx_ch_cnt); in xgbe_set_counts()
|
D | xgbe-ethtool.c | 697 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_get_channels() 742 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_set_channels()
|
D | xgbe.h | 997 unsigned int tx_ch_cnt; /* Number of DMA Transmit Channels */ member
|
D | xgbe-drv.c | 781 hw_feat->tx_ch_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXCHCNT); in xgbe_get_all_hw_features() 821 hw_feat->tx_ch_cnt++; in xgbe_get_all_hw_features()
|