Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pseries/
Diommu.c87 u64 proto_tce; in tce_build_pSeries() local
91 proto_tce = TCE_PCI_READ; // Read allowed in tce_build_pSeries()
94 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeries()
101 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_build_pSeries()
144 u64 proto_tce, tce; in tce_build_pSeriesLP() local
150 proto_tce = TCE_PCI_READ; in tce_build_pSeriesLP()
152 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeriesLP()
155 tce = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_build_pSeriesLP()
187 u64 proto_tce; in tce_buildmulti_pSeriesLP() local
219 proto_tce = TCE_PCI_READ; in tce_buildmulti_pSeriesLP()
[all …]
/arch/powerpc/platforms/powernv/
Dpci.c598 u64 proto_tce; in pnv_tce_build() local
602 proto_tce = TCE_PCI_READ; // Read allowed in pnv_tce_build()
605 proto_tce |= TCE_PCI_WRITE; in pnv_tce_build()
611 *(tcep++) = cpu_to_be64(proto_tce | in pnv_tce_build()