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.c803 unsigned int ireason, bc_lo, bc_hi, bytes; in atapi_pio_bytes() local
813 ireason = qc->result_tf.nsect; in atapi_pio_bytes()
819 if (unlikely(ireason & ATAPI_COD)) in atapi_pio_bytes()
823 i_write = ((ireason & ATAPI_IO) == 0) ? 1 : 0; in atapi_pio_bytes()
838 ireason, bytes); in atapi_pio_bytes()