Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci.c828 static void ahci_write_fis_pio(AHCIDevice *ad, uint16_t len, bool pio_fis_i) in ahci_write_fis_pio() argument
841 pio_fis[1] = (pio_fis_i ? (1 << 6) : 0); in ahci_write_fis_pio()
1414 bool pio_fis_i; in ahci_pio_transfer() local
1426 pio_fis_i = ad->done_first_drq || (!is_atapi && !is_write); in ahci_pio_transfer()
1427 ahci_write_fis_pio(ad, size, pio_fis_i); in ahci_pio_transfer()
1460 if (pio_fis_i) { in ahci_pio_transfer()