PIO_THRESHOLD
if (host->use_dma && mrq->data && (mrq->data->blocks > PIO_THRESHOLD))
if (host->use_dma && (PIO_THRESHOLD > 0))
sprintf(pio_limit_string, " (>%d)", PIO_THRESHOLD);