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

/linux-master/drivers/mmc/host/
H A Dmmc_spi.c77 #define MMC_SPI_BLOCKSIZE 512 macro
1186 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL);
1189 memset(ones, 0xff, MMC_SPI_BLOCKSIZE);
1196 mmc->max_blk_size = MMC_SPI_BLOCKSIZE;
1198 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE;

Completed in 126 milliseconds