Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ata/
Dlibata-sff.c859 unsigned int ireason, bc_lo, bc_hi, bytes; in atapi_pio_bytes() local
869 ireason = qc->result_tf.nsect; in atapi_pio_bytes()
875 if (unlikely(ireason & ATAPI_COD)) in atapi_pio_bytes()
879 i_write = ((ireason & ATAPI_IO) == 0) ? 1 : 0; in atapi_pio_bytes()
894 ireason, bytes); in atapi_pio_bytes()