Lines Matching refs:proto_tce
157 u64 proto_tce; in tce_build_pSeries() local
161 proto_tce = TCE_PCI_READ; // Read allowed in tce_build_pSeries()
164 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeries()
171 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_build_pSeries()
214 u64 proto_tce, tce; in tce_build_pSeriesLP() local
220 proto_tce = TCE_PCI_READ; in tce_build_pSeriesLP()
222 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeriesLP()
225 tce = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_build_pSeriesLP()
257 u64 proto_tce; in tce_buildmulti_pSeriesLP() local
289 proto_tce = TCE_PCI_READ; in tce_buildmulti_pSeriesLP()
291 proto_tce |= TCE_PCI_WRITE; in tce_buildmulti_pSeriesLP()
302 tcep[l] = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_buildmulti_pSeriesLP()
467 u64 tce_size, num_tce, dma_offset, next, proto_tce, liobn; in tce_setrange_multi_pSeriesLP() local
485 proto_tce = TCE_PCI_READ | TCE_PCI_WRITE; in tce_setrange_multi_pSeriesLP()
511 tcep[l] = cpu_to_be64(proto_tce | next); in tce_setrange_multi_pSeriesLP()