Searched defs:nodma (Results 1 - 2 of 2) sorted by relevance

/drivers/mmc/host/
H A Dmvsdio.c34 static int nodma; variable
112 if (nodma || (data->blksz | data->sg->offset) & 3) {
119 if (!nodma)
916 module_param(nodma, int, 0);
/drivers/block/
H A Dxd.c67 "nodma" module option */
150 static bool nodma = XD_DONT_USE_DMA; variable
357 nodma = !arg;
358 if (nodma && xd_dma_buffer) {
362 } else if (!nodma && !xd_dma_buffer) {
365 nodma = XD_DONT_USE_DMA;
371 return put_user(!nodma, (long __user *) arg);
502 if (nodma)
1028 nodma = 1;
1070 module_param(nodma, boo
[all...]

Completed in 79 milliseconds