Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/ata/
Dlibata-sff.c804 int i_write, do_write = (qc->tf.flags & ATA_TFLAG_WRITE) ? 1 : 0; in atapi_pio_bytes() local
823 i_write = ((ireason & ATAPI_IO) == 0) ? 1 : 0; in atapi_pio_bytes()
824 if (unlikely(do_write != i_write)) in atapi_pio_bytes()