Searched refs:dma_width (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 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()
|
D | dwc-xlgmac.h | 519 unsigned int dma_width; /* DMA width */ member
|
/linux-6.12.1/drivers/infiniband/hw/efa/ |
D | efa_main.c | 514 int dma_width; in efa_device_init() local 525 dma_width = efa_com_get_dma_width(edev); in efa_device_init() 526 if (dma_width < 0) { in efa_device_init() 527 err = dma_width; in efa_device_init() 531 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(dma_width)); in efa_device_init()
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | nic.c | 385 if (desc[index].dma_width) { in efx_nic_update_stats() 389 switch (desc[index].dma_width) { in efx_nic_update_stats()
|
D | net_driver.h | 731 u16 dma_width; member
|
D | ptp.c | 423 if (efx_ptp_stat_desc[i].dma_width) in efx_ptp_update_stats()
|
/linux-6.12.1/drivers/spi/ |
D | spi-pic32.c | 357 static int pic32_spi_dma_config(struct pic32_spi *pic32s, u32 dma_width) in pic32_spi_dma_config() argument 370 cfg.src_addr_width = dma_width; in pic32_spi_dma_config() 371 cfg.dst_addr_width = dma_width; in pic32_spi_dma_config()
|
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | nic.c | 493 if (desc[index].dma_width) { in efx_siena_update_stats() 497 switch (desc[index].dma_width) { in efx_siena_update_stats()
|
D | net_driver.h | 689 u16 dma_width; member
|
D | ptp.c | 417 if (efx_ptp_stat_desc[i].dma_width) in efx_siena_ptp_update_stats()
|
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/ |
D | nic.c | 487 if (desc[index].dma_width) { in ef4_nic_update_stats() 491 switch (desc[index].dma_width) { in ef4_nic_update_stats()
|
D | net_driver.h | 620 u16 dma_width; member
|
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 781 hw_feat->dma_width = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADDR64); in xgbe_get_all_hw_features() 817 switch (hw_feat->dma_width) { in xgbe_get_all_hw_features() 819 hw_feat->dma_width = 32; in xgbe_get_all_hw_features() 822 hw_feat->dma_width = 40; in xgbe_get_all_hw_features() 825 hw_feat->dma_width = 48; in xgbe_get_all_hw_features() 828 hw_feat->dma_width = 32; in xgbe_get_all_hw_features() 889 hw_feat->dma_width); in xgbe_get_all_hw_features()
|
D | xgbe-main.c | 292 DMA_BIT_MASK(pdata->hw_feat.dma_width)); in xgbe_config_netdev()
|
D | xgbe.h | 1016 unsigned int dma_width; /* DMA width */ member
|
/linux-6.12.1/drivers/media/pci/tw686x/ |
D | tw686x-video.c | 676 u32 val, dma_width, dma_height, dma_line_width; in tw686x_set_format() local 728 dma_width = (vc->width * 2) & 0x7ff; in tw686x_set_format() 731 val = (dma_height << 22) | (dma_line_width << 11) | dma_width; in tw686x_set_format()
|
/linux-6.12.1/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 3098 int dma_width; in ena_device_init() local 3125 dma_width = ena_com_get_dma_width(ena_dev); in ena_device_init() 3126 if (dma_width < 0) { in ena_device_init() 3127 dev_err(dev, "Invalid dma width value %d", dma_width); in ena_device_init() 3128 rc = dma_width; in ena_device_init() 3132 rc = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(dma_width)); in ena_device_init()
|