Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dlibata-sff.c805 unsigned int ireason, bc_lo, bc_hi, bytes; in atapi_pio_bytes() local
815 ireason = qc->result_tf.nsect; in atapi_pio_bytes()
821 if (unlikely(ireason & ATAPI_COD)) in atapi_pio_bytes()
825 i_write = ((ireason & ATAPI_IO) == 0) ? 1 : 0; in atapi_pio_bytes()
840 ireason, bytes); in atapi_pio_bytes()