Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ide/
H A Dahci.h47 unsigned idp_offset; /* Offset of index in I/O port space */ member
/openbmc/qemu/hw/ide/
H A Dich.c144 d->ahci.idp_offset = ICH9_IDP_INDEX; in pci_ich9_ahci_realize()
H A Dahci.c543 if (addr == s->idp_offset) { in ahci_idp_read()
546 } else if (addr == s->idp_offset + 4) { in ahci_idp_read()
559 if (addr == s->idp_offset) { in ahci_idp_write()
562 } else if (addr == s->idp_offset + 4) { in ahci_idp_write()