Searched refs:using_pio (Results 1 – 1 of 1) sorted by relevance
2644 int using_pio = !nodata && (dev->flags & ATA_DFLAG_PIO); in atapi_xlat() local2662 if (!nodata && !using_pio && atapi_check_dma(qc)) in atapi_xlat()2663 using_pio = 1; in atapi_xlat()2704 else if (using_pio) in atapi_xlat()