Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb3.c243 uint64_t *tptr = NULL; in pnv_phb3_ioda_access() local
247 tptr = phb->ioda_LIST; in pnv_phb3_ioda_access()
251 tptr = phb->ioda_LXIVT; in pnv_phb3_ioda_access()
269 tptr = phb->ioda_TVT; in pnv_phb3_ioda_access()
277 tptr = phb->ioda_M64BT; in pnv_phb3_ioda_access()
281 tptr = phb->ioda_MDT; in pnv_phb3_ioda_access()
285 tptr = phb->ioda_PEEV; in pnv_phb3_ioda_access()
299 if (tptr) { in pnv_phb3_ioda_access()
300 tptr += index; in pnv_phb3_ioda_access()
307 return tptr; in pnv_phb3_ioda_access()
[all …]
H A Dpnv_phb4.c253 uint64_t *tptr = NULL; in pnv_phb4_ioda_access() local
257 tptr = phb->ioda_LIST; in pnv_phb4_ioda_access()
261 tptr = phb->ioda_MIST; in pnv_phb4_ioda_access()
277 tptr = phb->ioda_TVT; in pnv_phb4_ioda_access()
286 tptr = phb->ioda_MBT; in pnv_phb4_ioda_access()
291 tptr = phb->ioda_MDT; in pnv_phb4_ioda_access()
296 tptr = phb->ioda_PEEV; in pnv_phb4_ioda_access()
311 if (tptr) { in pnv_phb4_ioda_access()
312 tptr += index; in pnv_phb4_ioda_access()
320 return tptr; in pnv_phb4_ioda_access()
[all …]
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h606 ulong tptr; /* Tx internal data pointer */ member