Searched refs:dma_width (Results 1 – 12 of 12) sorted by relevance
95 DMA_BIT_MASK(pdata->hw_feat.dma_width)); in xlgmac_init()424 hw_feat->dma_width = XLGMAC_GET_REG_BITS(mac_hfr1, in xlgmac_get_all_hw_features()488 switch (hw_feat->dma_width) { in xlgmac_get_all_hw_features()490 hw_feat->dma_width = 32; in xlgmac_get_all_hw_features()493 hw_feat->dma_width = 40; in xlgmac_get_all_hw_features()496 hw_feat->dma_width = 48; in xlgmac_get_all_hw_features()499 hw_feat->dma_width = 32; in xlgmac_get_all_hw_features()652 pdata->hw_feat.dma_width); in xlgmac_print_all_hw_features()
519 unsigned int dma_width; /* DMA width */ member
509 int dma_width; in efa_device_init() local520 dma_width = efa_com_get_dma_width(edev); in efa_device_init()521 if (dma_width < 0) { in efa_device_init()522 err = dma_width; in efa_device_init()526 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(dma_width)); in efa_device_init()
176 u32 dma_width; member1181 .dma_width = 32,1194 .dma_width = 64,1325 DMA_BIT_MASK(pdev->ops->dma_width)); in mmp_pdma_probe()
705 hw_feat->dma_width = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADDR64); in xgbe_get_all_hw_features()756 switch (hw_feat->dma_width) { in xgbe_get_all_hw_features()758 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()761 hw_feat->dma_width = 40; in xgbe_get_all_hw_features()764 hw_feat->dma_width = 48; in xgbe_get_all_hw_features()767 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()828 hw_feat->dma_width); in xgbe_get_all_hw_features()
182 DMA_BIT_MASK(pdata->hw_feat.dma_width)); in xgbe_config_netdev()
939 unsigned int dma_width; /* DMA width */ member
3103 int dma_width; in ena_device_init() local3130 dma_width = ena_com_get_dma_width(ena_dev); in ena_device_init()3131 if (dma_width < 0) { in ena_device_init()3132 dev_err(dev, "Invalid dma width value %d", dma_width); in ena_device_init()3133 rc = dma_width; in ena_device_init()3137 rc = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(dma_width)); in ena_device_init()
687 u16 dma_width; member
417 if (efx_ptp_stat_desc[i].dma_width) in efx_siena_ptp_update_stats()
768 u16 dma_width; member
423 if (efx_ptp_stat_desc[i].dma_width) in efx_ptp_update_stats()