Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmc_spi.c90 #define MMC_SPI_BLOCKSATONCE 128 macro
1212 mmc->max_segs = MMC_SPI_BLOCKSATONCE; in mmc_spi_probe()
1213 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1214 mmc->max_blk_count = MMC_SPI_BLOCKSATONCE; in mmc_spi_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmmc_spi.c90 #define MMC_SPI_BLOCKSATONCE 128 macro
1199 mmc->max_segs = MMC_SPI_BLOCKSATONCE; in mmc_spi_probe()
1200 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; in mmc_spi_probe()
1201 mmc->max_blk_count = MMC_SPI_BLOCKSATONCE; in mmc_spi_probe()

Completed in 3 milliseconds