Home
last modified time | relevance | path

Searched refs:i_write (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/ata/
Dlibata-sff.c916 int i_write, do_write = (qc->tf.flags & ATA_TFLAG_WRITE) ? 1 : 0; in atapi_pio_bytes() local
935 i_write = ((ireason & (1 << 1)) == 0) ? 1 : 0; in atapi_pio_bytes()
936 if (unlikely(do_write != i_write)) in atapi_pio_bytes()