Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci.c608 unsigned long newtce = proto_tce | in pnv_tce_build() local
612 *(pnv_tce(tbl, idx)) = cpu_to_be64(newtce); in pnv_tce_build()
623 unsigned long newtce = *hpa | proto_tce, oldtce; in pnv_tce_xchg() local
628 if (newtce & TCE_PCI_WRITE) in pnv_tce_xchg()
629 newtce |= TCE_PCI_READ; in pnv_tce_xchg()
631 oldtce = xchg(pnv_tce(tbl, idx), cpu_to_be64(newtce)); in pnv_tce_xchg()