Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmc_spi.c78 #define MMC_SPI_BLOCKSIZE 512 macro
1201 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1204 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1211 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1213 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmmc_spi.c78 #define MMC_SPI_BLOCKSIZE 512 macro
1188 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1191 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1198 mmc->max_blk_size = MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1200 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()

Completed in 4 milliseconds