Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci.c48 static bool ahci_write_fis_d2h(AHCIDevice *ad, bool d2h_fis_i);
871 static bool ahci_write_fis_d2h(AHCIDevice *ad, bool d2h_fis_i) in ahci_write_fis_d2h() argument
885 d2h_fis[1] = d2h_fis_i ? (1 << 6) : 0; /* interrupt bit */ in ahci_write_fis_d2h()
910 } else if (d2h_fis_i) { in ahci_write_fis_d2h()