Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
Dlibata-sff.c864 unsigned int ireason, bc_lo, bc_hi, bytes; in atapi_pio_bytes() local
876 bc_hi = qc->result_tf.lbah; in atapi_pio_bytes()
877 bytes = (bc_hi << 8) | bc_lo; in atapi_pio_bytes()