Searched refs:PIO_THRESHOLD (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/mmc/host/
H A Dbcm2835.c142 #define PIO_THRESHOLD 1 /* Maximum block count for PIO (0 = always DMA) */ macro
1202 if (host->use_dma && mrq->data && (mrq->data->blocks > PIO_THRESHOLD))
1337 if (host->use_dma && (PIO_THRESHOLD > 0))
1338 sprintf(pio_limit_string, " (>%d)", PIO_THRESHOLD);

Completed in 151 milliseconds