Home
last modified time | relevance | path

Searched refs:rx_ch_cnt (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/qcom/
H A Dapq8096.c37 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()
51 rx_ch_cnt, rx_ch); in msm_snd_hw_params()
H A Dsdm845.c65 u32 rx_ch_cnt = 0, tx_ch_cnt = 0; in sdm845_slim_snd_hw_params() local
70 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params()
82 rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c138 pdata->hw_feat.rx_ch_cnt); in xlgmac_init()
459 hw_feat->rx_ch_cnt = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features()
507 hw_feat->rx_ch_cnt++; in xlgmac_get_all_hw_features()
676 pdata->hw_feat.rx_ch_cnt); in xlgmac_print_all_hw_features()
H A Ddwc-xlgmac.h532 unsigned int rx_ch_cnt; /* Number of DMA Receive Channels */ member
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c113 pdata->rx_max_channel_count = pdata->hw_feat.rx_ch_cnt; in xgbe_set_counts()
137 pdata->hw_feat.rx_ch_cnt); in xgbe_set_counts()
H A Dxgbe-drv.c742 hw_feat->rx_ch_cnt = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, RXCHCNT); in xgbe_get_all_hw_features()
797 hw_feat->rx_ch_cnt++; in xgbe_get_all_hw_features()
874 hw_feat->rx_ch_cnt); in xgbe_get_all_hw_features()
876 hw_feat->rx_ch_cnt); in xgbe_get_all_hw_features()
H A Dxgbe.h970 unsigned int rx_ch_cnt; /* Number of DMA Receive Channels */ member