Home
last modified time | relevance | path

Searched refs:PA2KSEG0 (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsCommon.h183 #define PA2KSEG0(addr) ((void *)(((U32)addr) | 0x00000000))
201 #define PA2KSEG0(addr) ((void *)(((MS_U32)addr) | 0x80000000)) //physical -> cached
219 #define PA2KSEG0(addr) ((void *)(((U32)addr) | 0x80000000))
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsCommon.h201 #define PA2KSEG0(addr) ((void *)(((U32)addr) | 0x00000000))
219 #define PA2KSEG0(addr) ((void *)(((MS_U32)addr) | 0x80000000)) //physical -> cached
237 #define PA2KSEG0(addr) ((void *)(((U32)addr) | 0x80000000))
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c167 #define PA2KSEG0(addr) ((void *)(((MS_U32)addr) | 0x00000000)) //physical -> cached macro
182 #define PA2KSEG0(addr) ((void *)(((MS_U32)addr) | 0x80000000)) //physical -> cached macro
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOS_nos.c201 #define PA2KSEG0(addr) ((void *)(((U32)addr) | 0x00000000))
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c349 #define PA2KSEG0(addr) ((void *)(((MS_U32)addr) | 0x80000000)) //physical -> cached macro
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt30485 #define PA2KSEG0(addr) ((void *)(((U32)addr) | 0x00000000))
30503 #define PA2KSEG0(addr) ((void *)(((MS_U32)addr) | 0x80000000))
30521 #define PA2KSEG0(addr) ((void *)(((U32)addr) | 0x80000000))