diff options
Diffstat (limited to 'arch/powerpc/include/asm/tce.h')
-rw-r--r-- | arch/powerpc/include/asm/tce.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/tce.h b/arch/powerpc/include/asm/tce.h index f663634cccc9..743f36b38e5d 100644 --- a/arch/powerpc/include/asm/tce.h +++ b/arch/powerpc/include/asm/tce.h | |||
@@ -26,10 +26,14 @@ | |||
26 | 26 | ||
27 | /* | 27 | /* |
28 | * Tces come in two formats, one for the virtual bus and a different | 28 | * Tces come in two formats, one for the virtual bus and a different |
29 | * format for PCI | 29 | * format for PCI. PCI TCEs can have hardware or software maintianed |
30 | * coherency. | ||
30 | */ | 31 | */ |
31 | #define TCE_VB 0 | 32 | #define TCE_VB 0 |
32 | #define TCE_PCI 1 | 33 | #define TCE_PCI 1 |
34 | #define TCE_PCI_SWINV_CREATE 2 | ||
35 | #define TCE_PCI_SWINV_FREE 4 | ||
36 | #define TCE_PCI_SWINV_PAIR 8 | ||
33 | 37 | ||
34 | /* TCE page size is 4096 bytes (1 << 12) */ | 38 | /* TCE page size is 4096 bytes (1 << 12) */ |
35 | 39 | ||