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

/drivers/mmc/host/
H A Dmsm_sdcc.h155 #define NR_SG 32 macro
160 dmov_box cmd[NR_SG];
H A Dmmci.h186 #define NR_SG 128 macro
H A Dpxamci.c47 #define NR_SG 1 macro
655 mmc->max_segs = NR_SG;
H A Dmsm_sdcc.c348 BUG_ON(host->dma.num_ents > NR_SG); /* Prevent memory corruption */
1301 mmc->max_segs = NR_SG;
H A Dmmci.c1645 mmc->max_segs = NR_SG;
/drivers/scsi/arm/
H A Dcumana_2.c74 #define NR_SG 256 macro
81 struct scatterlist sg[NR_SG]; /* Scatter DMA list */
170 bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG);
H A Dpowertec.c57 #define NR_SG 256 macro
64 struct scatterlist sg[NR_SG];
142 bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG);
H A Deesox.c69 #define NR_SG 256 macro
77 struct scatterlist sg[NR_SG]; /* Scatter DMA list */
169 bufs = copy_SCp_to_sg(&info->sg[0], SCp, NR_SG);

Completed in 94 milliseconds