Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dtce.h46 #define TCE_PCI_READ 0x1 /* read from PCI allowed */ macro
/linux-2.6.39/arch/powerpc/platforms/pseries/
Diommu.c63 proto_tce = TCE_PCI_READ; // Read allowed in tce_build_pSeries()
116 proto_tce = TCE_PCI_READ; in tce_build_pSeriesLP()
181 proto_tce = TCE_PCI_READ; in tce_buildmulti_pSeriesLP()
370 proto_tce = TCE_PCI_READ | TCE_PCI_WRITE; in tce_setrange_multi_pSeriesLP()
/linux-2.6.39/arch/powerpc/platforms/iseries/
Diommu.c63 tce |= TCE_PCI_READ; /* Read allowed */ in tce_build_iSeries()