Searched refs:using_pio (Results 1 – 1 of 1) sorted by relevance
2831 int using_pio = !nodata && (dev->flags & ATA_DFLAG_PIO); in atapi_xlat() local2848 if (!nodata && !using_pio && atapi_check_dma(qc)) in atapi_xlat()2849 using_pio = 1; in atapi_xlat()2890 else if (using_pio) in atapi_xlat()