diff options
Diffstat (limited to 'arch/powerpc/platforms/ps3/platform.h')
| -rw-r--r-- | arch/powerpc/platforms/ps3/platform.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/platforms/ps3/platform.h b/arch/powerpc/platforms/ps3/platform.h index 136aa0637d9c..9a196a88eda7 100644 --- a/arch/powerpc/platforms/ps3/platform.h +++ b/arch/powerpc/platforms/ps3/platform.h | |||
| @@ -232,14 +232,4 @@ int ps3_repository_read_spu_resource_id(unsigned int res_index, | |||
| 232 | int ps3_repository_read_vuart_av_port(unsigned int *port); | 232 | int ps3_repository_read_vuart_av_port(unsigned int *port); |
| 233 | int ps3_repository_read_vuart_sysmgr_port(unsigned int *port); | 233 | int ps3_repository_read_vuart_sysmgr_port(unsigned int *port); |
| 234 | 234 | ||
| 235 | /* Page table entries */ | ||
| 236 | #define IOPTE_PP_W 0x8000000000000000ul /* protection: write */ | ||
| 237 | #define IOPTE_PP_R 0x4000000000000000ul /* protection: read */ | ||
| 238 | #define IOPTE_M 0x2000000000000000ul /* coherency required */ | ||
| 239 | #define IOPTE_SO_R 0x1000000000000000ul /* ordering: writes */ | ||
| 240 | #define IOPTE_SO_RW 0x1800000000000000ul /* ordering: r & w */ | ||
| 241 | #define IOPTE_RPN_Mask 0x07fffffffffff000ul /* RPN */ | ||
| 242 | #define IOPTE_H 0x0000000000000800ul /* cache hint */ | ||
| 243 | #define IOPTE_IOID_Mask 0x00000000000007fful /* ioid */ | ||
| 244 | |||
| 245 | #endif | 235 | #endif |
