Searched refs:MMC_SPI_BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
78 #define MMC_SPI_BLOCKSIZE 512 macro1185 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()1188 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()1195 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()1197 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()