Home
last modified time | relevance | path

Searched refs:XLGMAC_SET_REG_BITS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c2825 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_enable_int()
2830 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_enable_int()
2835 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_enable_int()
2840 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_enable_int()
2845 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_enable_int()
2850 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_enable_int()
2855 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_enable_int()
2858 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_enable_int()
2863 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_enable_int()
2888 dma_ch_ier = XLGMAC_SET_REG_BITS( in xlgmac_disable_int()
[all …]
H A Ddwc-xlgmac-common.c157 pdata->rss_table[i] = XLGMAC_SET_REG_BITS( in xlgmac_init()
163 pdata->rss_options = XLGMAC_SET_REG_BITS( in xlgmac_init()
167 pdata->rss_options = XLGMAC_SET_REG_BITS( in xlgmac_init()
171 pdata->rss_options = XLGMAC_SET_REG_BITS( in xlgmac_init()
H A Ddwc-xlgmac-net.c142 pkt_info->attributes = XLGMAC_SET_REG_BITS( in xlgmac_prep_tx_pkt()
147 pkt_info->attributes = XLGMAC_SET_REG_BITS( in xlgmac_prep_tx_pkt()
153 pkt_info->attributes = XLGMAC_SET_REG_BITS( in xlgmac_prep_tx_pkt()
168 pkt_info->attributes = XLGMAC_SET_REG_BITS( in xlgmac_prep_tx_pkt()
H A Ddwc-xlgmac.h114 #define XLGMAC_SET_REG_BITS(var, pos, len, val) ({ \ macro