Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c78 #define MMC_SPI_BLOCKSIZE 512 macro
1185 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()