Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dmmc_spi.c134 dma_addr_t ones_dma; member
584 t->tx_dma = host->ones_dma; in mmc_spi_setup_data_message()
598 t->tx_dma = host->ones_dma; in mmc_spi_setup_data_message()
624 t->tx_dma = host->ones_dma; in mmc_spi_setup_data_message()
1279 host->ones_dma = dma_map_single(dev, host->ones, MMC_SPI_BLOCKSIZE, in mmc_spi_dma_alloc()
1281 if (dma_mapping_error(dev, host->ones_dma)) in mmc_spi_dma_alloc()
1287 dma_unmap_single(dev, host->ones_dma, MMC_SPI_BLOCKSIZE, in mmc_spi_dma_alloc()
1304 dma_unmap_single(host->dma_dev, host->ones_dma, MMC_SPI_BLOCKSIZE, in mmc_spi_dma_free()
1420 host->status.tx_dma = host->ones_dma; in mmc_spi_probe()