Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dppc4xx_pci.c40 uint32_t pciha; member
116 pci->pmm[0].pciha = value; in ppc4xx_pci_reg_write4()
129 pci->pmm[1].pciha = value; in ppc4xx_pci_reg_write4()
142 pci->pmm[2].pciha = value; in ppc4xx_pci_reg_write4()
183 value = pci->pmm[0].pciha; in ppc4xx_pci_reg_read4()
196 value = pci->pmm[1].pciha; in ppc4xx_pci_reg_read4()
209 value = pci->pmm[2].pciha; in ppc4xx_pci_reg_read4()
282 VMSTATE_UINT32(pciha, struct PCIMasterMap),