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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmc_spi.c108 #define MMC_SPI_BLOCKSATONCE 128 macro
1331 mmc->max_hw_segs = MMC_SPI_BLOCKSATONCE;
1332 mmc->max_phys_segs = MMC_SPI_BLOCKSATONCE;
1333 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE;
1334 mmc->max_blk_count = MMC_SPI_BLOCKSATONCE;

Completed in 102 milliseconds