Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dlibata-sff.c806 int i_write, do_write = (qc->tf.flags & ATA_TFLAG_WRITE) ? 1 : 0; in atapi_pio_bytes() local
825 i_write = ((ireason & ATAPI_IO) == 0) ? 1 : 0; in atapi_pio_bytes()
826 if (unlikely(do_write != i_write)) in atapi_pio_bytes()