Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmmc_spi.c134 dma_addr_t ones_dma; member
591 t->tx_dma = host->ones_dma; in mmc_spi_setup_data_message()
605 t->tx_dma = host->ones_dma; in mmc_spi_setup_data_message()
631 t->tx_dma = host->ones_dma; in mmc_spi_setup_data_message()
1292 host->ones_dma = dma_map_single(dev, host->ones, MMC_SPI_BLOCKSIZE, in mmc_spi_dma_alloc()
1294 if (dma_mapping_error(dev, host->ones_dma)) in mmc_spi_dma_alloc()
1300 dma_unmap_single(dev, host->ones_dma, MMC_SPI_BLOCKSIZE, in mmc_spi_dma_alloc()
1317 dma_unmap_single(host->dma_dev, host->ones_dma, MMC_SPI_BLOCKSIZE, in mmc_spi_dma_free()
1433 host->status.tx_dma = host->ones_dma; in mmc_spi_probe()