Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ide/
H A Dahci.h48 uint32_t idp_index; /* Current IDP index */ member
/openbmc/qemu/hw/ide/
H A Dahci.c545 return s->idp_index; in ahci_idp_read()
548 return ahci_mem_read(opaque, s->idp_index, size); in ahci_idp_read()
561 s->idp_index = (uint32_t)val & ((AHCI_MEM_BAR_SIZE - 1) & ~3); in ahci_idp_write()
564 ahci_mem_write(opaque, s->idp_index, val, size); in ahci_idp_write()
1828 VMSTATE_UINT32(idp_index, AHCIState),