Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dtce.h45 #define TCE_PCI_WRITE 0x2 /* write from PCI allowed */ macro
/linux-2.6.39/arch/powerpc/platforms/pseries/
Diommu.c66 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeries()
118 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeriesLP()
183 proto_tce |= TCE_PCI_WRITE; 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.c65 tce |= TCE_PCI_WRITE; in tce_build_iSeries()