Searched refs:dma_width (Results 1 – 10 of 10) sorted by relevance
126 static enum dma_slave_buswidth convert_dma_width(u32 dma_width) { in convert_dma_width() argument127 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()
562 u16 cr, cr_width = 0, dma_width, dma_config; in bfin_spi_pump_transfers() local692 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()
125 u32 dma_width; member
326 dws->dma_width = 1; in dw_spi_transfer_one()329 dws->dma_width = 2; in dw_spi_transfer_one()
497 if (desc[index].dma_width) { in efx_nic_update_stats()501 switch (desc[index].dma_width) { in efx_nic_update_stats()
768 u16 dma_width; member
378 if (efx_ptp_stat_desc[i].dma_width) in efx_ptp_update_stats()
539 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()
738 unsigned int dma_width; /* DMA width */ member
663 DMA_BIT_MASK(pdata->hw_feat.dma_width)); in xgbe_probe()