Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dmmc_spi.c78 #define MMC_SPI_BLOCKSIZE 512 macro
1279 host->ones_dma = dma_map_single(dev, host->ones, MMC_SPI_BLOCKSIZE, 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()
1353 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1356 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1363 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1365 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()