Home
last modified time | relevance | path

Searched defs:KSEG12KSEG0 (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvUsbMain_2.h136 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x80000000)) macro
150 #define KSEG12KSEG0(addr) ((void *)((U32)(((addr) & ~0x20000000) | 0x80000000))) macro
158 #define KSEG12KSEG0(addr) MsOS_PA2KSEG0(MsOS_VA2PA((U32)addr)) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A DdrvUsbMain_3.h136 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x80000000)) macro
150 #define KSEG12KSEG0(addr) ((void *)((U32)(((addr) & ~0x20000000) | 0x80000000))) macro
158 #define KSEG12KSEG0(addr) MsOS_PA2KSEG0(MsOS_VA2PA((U32)addr)) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A DdrvUsbMain_4.h136 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x80000000)) macro
150 #define KSEG12KSEG0(addr) ((void *)((U32)(((addr) & ~0x20000000) | 0x80000000))) macro
158 #define KSEG12KSEG0(addr) MsOS_PA2KSEG0(MsOS_VA2PA((U32)addr)) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DdrvUsbMain.h142 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x80000000)) macro
157 #define KSEG12KSEG0(addr) ((void *)((U32)(((addr) & ~0x20000000) | 0x80000000))) macro
165 #define KSEG12KSEG0(addr) MsOS_PA2KSEG0(MsOS_VA2PA((U32)addr)) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUsbcommon.h121 #define KSEG12KSEG0(addr) pfnNoncached2Cached((MS_U32)addr) //unchched -> cached macro
124 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000)) //unchched -> cached macro
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvUsbcommon.h120 #define KSEG12KSEG0(addr) pfnNoncached2Cached((MS_U32)addr) //unchched -> cached macro
123 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000)) //unchched -> cached macro
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvUsbcommon.h120 #define KSEG12KSEG0(addr) pfnNoncached2Cached((MS_U32)addr) //unchched -> cached macro
123 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000)) //unchched -> cached macro
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c163 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000)) //unchched -> cached macro
178 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000)) //unchched -> cached macro
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c345 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000)) //unchched -> cached macro