Home
last modified time | relevance | path

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

/qemu/hw/ide/
H A Dahci-internal.h321 bool init_d2h_sent; member
H A Dahci.c356 !s->dev[port].init_d2h_sent) { in ahci_port_write()
624 if (ad->init_d2h_sent) { in ahci_init_d2h()
633 ad->init_d2h_sent = true; in ahci_init_d2h()
674 d->init_d2h_sent = false; in ahci_reset_port()
1726 VMSTATE_BOOL(init_d2h_sent, AHCIDevice),