Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dmmc_spi.c92 #define MMC_SPI_BLOCKSIZE 512 macro
1334 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1337 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1344 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1346 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1396 MMC_SPI_BLOCKSIZE, DMA_TO_DEVICE); in mmc_spi_probe()
1477 MMC_SPI_BLOCKSIZE, DMA_TO_DEVICE); in mmc_spi_probe()
1508 MMC_SPI_BLOCKSIZE, DMA_TO_DEVICE); in mmc_spi_remove()