Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dtce.h49 #define TCE_PCI_WRITE 0x2 /* write from PCI allowed */ macro
/linux-3.4.99/arch/powerpc/platforms/pseries/
Diommu.c96 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeries()
154 proto_tce |= TCE_PCI_WRITE; in tce_build_pSeriesLP()
219 proto_tce |= TCE_PCI_WRITE; in tce_buildmulti_pSeriesLP()
406 proto_tce = TCE_PCI_READ | TCE_PCI_WRITE; in tce_setrange_multi_pSeriesLP()
/linux-3.4.99/arch/powerpc/platforms/wsp/
Dwsp_pci.c223 #define TCE_PCI_WRITE 0x2 /* write from PCI allowed */ macro
244 proto_tce |= TCE_PCI_WRITE; in tce_build_wsp()
247 proto_tce |= TCE_PCI_WRITE; in tce_build_wsp()
/linux-3.4.99/arch/powerpc/platforms/powernv/
Dpci.c419 proto_tce |= TCE_PCI_WRITE; in pnv_tce_build()