Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dmmc_spi.c92 #define MMC_SPI_BLOCKSIZE 512 macro
1333 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1336 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1343 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1345 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1395 MMC_SPI_BLOCKSIZE, DMA_TO_DEVICE); in mmc_spi_probe()
1500 MMC_SPI_BLOCKSIZE, DMA_TO_DEVICE); in mmc_spi_remove()