Searched refs:proto_tce (Results 1 – 2 of 2) sorted by relevance
88 u64 proto_tce; in tce_build_pSeries() local92 proto_tce = TCE_PCI_READ; // Read allowed in tce_build_pSeries()95 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeries()102 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_build_pSeries()145 u64 proto_tce, tce; in tce_build_pSeriesLP() local151 proto_tce = TCE_PCI_READ; in tce_build_pSeriesLP()153 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeriesLP()156 tce = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_build_pSeriesLP()188 u64 proto_tce; in tce_buildmulti_pSeriesLP() local220 proto_tce = TCE_PCI_READ; in tce_buildmulti_pSeriesLP()[all …]
580 u64 proto_tce; in pnv_tce_build() local584 proto_tce = TCE_PCI_READ; // Read allowed in pnv_tce_build()587 proto_tce |= TCE_PCI_WRITE; in pnv_tce_build()593 *(tcep++) = cpu_to_be64(proto_tce | in pnv_tce_build()