Searched refs:MMC_SPI_BLOCKSIZE (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.c90 #define MMC_SPI_BLOCKSIZE 512 macro
1320 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL);
1323 memset(ones, 0xff, MMC_SPI_BLOCKSIZE);
1330 mmc->max_blk_size = MMC_SPI_BLOCKSIZE;
1333 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE;
1383 MMC_SPI_BLOCKSIZE, DMA_TO_DEVICE);
1466 MMC_SPI_BLOCKSIZE, DMA_TO_DEVICE);

Completed in 36 milliseconds