Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmmc_spi.c78 #define MMC_SPI_BLOCKSIZE 512 macro
1292 host->ones_dma = dma_map_single(dev, host->ones, MMC_SPI_BLOCKSIZE, 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()
1366 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1369 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1376 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1378 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()