Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dppc4xx_pci.c59 struct PCITargetMap ptm[PPC4xx_PCI_NR_PTMS]; member
149 pci->ptm[0].ms = value; in ppc4xx_pci_reg_write4()
152 pci->ptm[0].la = value; in ppc4xx_pci_reg_write4()
155 pci->ptm[1].ms = value; in ppc4xx_pci_reg_write4()
158 pci->ptm[1].la = value; in ppc4xx_pci_reg_write4()
216 value = pci->ptm[0].ms; in ppc4xx_pci_reg_read4()
219 value = pci->ptm[0].la; in ppc4xx_pci_reg_read4()
222 value = pci->ptm[1].ms; in ppc4xx_pci_reg_read4()
225 value = pci->ptm[1].la; in ppc4xx_pci_reg_read4()
249 memset(pci->ptm, 0, sizeof(pci->ptm)); in ppc4xx_pci_reset()
[all …]
/qemu/include/hw/misc/
H A Dsifive_u_otp.h76 uint32_t ptm; member
/qemu/hw/misc/
H A Dsifive_u_otp.c87 return s->ptm; in sifive_u_otp_read()
141 s->ptm = val32; in sifive_u_otp_write()