PIO_THRESHOLD    1210 drivers/mmc/host/bcm2835.c 	if (host->use_dma && mrq->data && (mrq->data->blocks > PIO_THRESHOLD))
PIO_THRESHOLD    1348 drivers/mmc/host/bcm2835.c 	if (host->use_dma && (PIO_THRESHOLD > 0))
PIO_THRESHOLD    1349 drivers/mmc/host/bcm2835.c 		sprintf(pio_limit_string, " (>%d)", PIO_THRESHOLD);