Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dmmc_spi.c77 #define MMC_SPI_BLOCKSIZE 512 macro
1183 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1186 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1193 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1195 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()