Home
last modified time | relevance | path

Searched refs:dma_width (Results 1 – 10 of 10) sorted by relevance

/drivers/spi/
Dspi-dw-mid.c126 static enum dma_slave_buswidth convert_dma_width(u32 dma_width) { in convert_dma_width() argument
127 if (dma_width == 1) in convert_dma_width()
129 else if (dma_width == 2) in convert_dma_width()
163 txconf.dst_addr_width = convert_dma_width(dws->dma_width); in dw_spi_dma_prepare_tx()
210 rxconf.src_addr_width = convert_dma_width(dws->dma_width); in dw_spi_dma_prepare_rx()
Dspi-bfin5xx.c562 u16 cr, cr_width = 0, dma_width, dma_config; in bfin_spi_pump_transfers() local
692 dma_width = WDSIZE_16; in bfin_spi_pump_transfers()
695 dma_width = WDSIZE_8; in bfin_spi_pump_transfers()
709 (DMAFLOW_AUTO | RESTART | dma_width | DI_EN); in bfin_spi_pump_transfers()
727 dma_config = (RESTART | dma_width | DI_EN); in bfin_spi_pump_transfers()
Dspi-dw.h125 u32 dma_width; member
Dspi-dw.c326 dws->dma_width = 1; in dw_spi_transfer_one()
329 dws->dma_width = 2; in dw_spi_transfer_one()
/drivers/net/ethernet/sfc/
Dnic.c497 if (desc[index].dma_width) { in efx_nic_update_stats()
501 switch (desc[index].dma_width) { in efx_nic_update_stats()
Dnet_driver.h768 u16 dma_width; member
Dptp.c378 if (efx_ptp_stat_desc[i].dma_width) in efx_ptp_update_stats()
/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c539 hw_feat->dma_width = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADDR64); in xgbe_get_all_hw_features()
575 switch (hw_feat->dma_width) { in xgbe_get_all_hw_features()
577 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()
580 hw_feat->dma_width = 40; in xgbe_get_all_hw_features()
583 hw_feat->dma_width = 48; in xgbe_get_all_hw_features()
586 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()
Dxgbe.h738 unsigned int dma_width; /* DMA width */ member
Dxgbe-main.c663 DMA_BIT_MASK(pdata->hw_feat.dma_width)); in xgbe_probe()