Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci_internal.h321 bool init_d2h_sent; member
H A Dahci.c354 !s->dev[port].init_d2h_sent) { in ahci_port_write()
622 if (ad->init_d2h_sent) { in ahci_init_d2h()
631 ad->init_d2h_sent = true; in ahci_init_d2h()
672 d->init_d2h_sent = false; in ahci_reset_port()
1724 VMSTATE_BOOL(init_d2h_sent, AHCIDevice),