Lines Matching refs:pmm
58 struct PCIMasterMap pmm[PPC4xx_PCI_NR_PMMS]; member
110 pci->pmm[0].la = value; in ppc4xx_pci_reg_write4()
113 pci->pmm[0].ma = value; in ppc4xx_pci_reg_write4()
116 pci->pmm[0].pciha = value; in ppc4xx_pci_reg_write4()
119 pci->pmm[0].pcila = value; in ppc4xx_pci_reg_write4()
123 pci->pmm[1].la = value; in ppc4xx_pci_reg_write4()
126 pci->pmm[1].ma = value; in ppc4xx_pci_reg_write4()
129 pci->pmm[1].pciha = value; in ppc4xx_pci_reg_write4()
132 pci->pmm[1].pcila = value; in ppc4xx_pci_reg_write4()
136 pci->pmm[2].la = value; in ppc4xx_pci_reg_write4()
139 pci->pmm[2].ma = value; in ppc4xx_pci_reg_write4()
142 pci->pmm[2].pciha = value; in ppc4xx_pci_reg_write4()
145 pci->pmm[2].pcila = value; in ppc4xx_pci_reg_write4()
177 value = pci->pmm[0].la; in ppc4xx_pci_reg_read4()
180 value = pci->pmm[0].ma; in ppc4xx_pci_reg_read4()
183 value = pci->pmm[0].pciha; in ppc4xx_pci_reg_read4()
186 value = pci->pmm[0].pcila; in ppc4xx_pci_reg_read4()
190 value = pci->pmm[1].la; in ppc4xx_pci_reg_read4()
193 value = pci->pmm[1].ma; in ppc4xx_pci_reg_read4()
196 value = pci->pmm[1].pciha; in ppc4xx_pci_reg_read4()
199 value = pci->pmm[1].pcila; in ppc4xx_pci_reg_read4()
203 value = pci->pmm[2].la; in ppc4xx_pci_reg_read4()
206 value = pci->pmm[2].ma; in ppc4xx_pci_reg_read4()
209 value = pci->pmm[2].pciha; in ppc4xx_pci_reg_read4()
212 value = pci->pmm[2].pcila; in ppc4xx_pci_reg_read4()
248 memset(pci->pmm, 0, sizeof(pci->pmm)); in ppc4xx_pci_reset()
303 VMSTATE_STRUCT_ARRAY(pmm, PPC4xxPCIState, PPC4xx_PCI_NR_PMMS, 1,