Searched refs:MMC_SPI_BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
77 #define MMC_SPI_BLOCKSIZE 512 macro1184 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()1187 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()1194 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()1196 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()