Home
last modified time | relevance | path

Searched refs:KSEG12KSEG0 (Results 1 – 21 of 21) 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
146 #undef KSEG12KSEG0
148 #define KSEG12KSEG0(addr) MsOS_PA2KSEG0(MsOS_VA2PA((U32)addr))
150 #define KSEG12KSEG0(addr) ((void *)((U32)(((addr) & ~0x20000000) | 0x80000000))) macro
157 #undef KSEG12KSEG0
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
146 #undef KSEG12KSEG0
148 #define KSEG12KSEG0(addr) MsOS_PA2KSEG0(MsOS_VA2PA((U32)addr))
150 #define KSEG12KSEG0(addr) ((void *)((U32)(((addr) & ~0x20000000) | 0x80000000))) macro
157 #undef KSEG12KSEG0
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
146 #undef KSEG12KSEG0
148 #define KSEG12KSEG0(addr) MsOS_PA2KSEG0(MsOS_VA2PA((U32)addr))
150 #define KSEG12KSEG0(addr) ((void *)((U32)(((addr) & ~0x20000000) | 0x80000000))) macro
157 #undef KSEG12KSEG0
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
153 #undef KSEG12KSEG0
155 #define KSEG12KSEG0(addr) MsOS_PA2KSEG0(MsOS_VA2PA((U32)addr))
157 #define KSEG12KSEG0(addr) ((void *)((U32)(((addr) & ~0x20000000) | 0x80000000))) macro
164 #undef KSEG12KSEG0
165 #define KSEG12KSEG0(addr) MsOS_PA2KSEG0(MsOS_VA2PA((U32)addr)) macro
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsCommon.h179 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x80000000))
197 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000)) //unchched -> cached
215 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x20000000))
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/mxlib/include/
H A DMsCommon.h197 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x80000000))
215 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000)) //unchched -> cached
233 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x20000000))
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/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/modules/usb/drv/usbhost/source/usb_hid_p1/
H A Ddrvintpipe.c627 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Interrupt()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/
H A Ddrvintpipe_2.c627 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Interrupt_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/
H A Ddrvintpipe_3.c627 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Interrupt_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/
H A Ddrvintpipe_4.c627 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Interrupt_Port4()
/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/nos/
H A DMsOS_nos.c197 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x80000000))
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvHostLib_4.c1204 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Bulk_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvHostLib_3.c1212 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Bulk_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvHostLib_2.c1213 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Bulk_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvHostLib.c1228 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Bulk()
/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
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt30481 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x80000000))
30499 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000))
30517 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x20000000))
62950 #define KSEG12KSEG0(addr) pfnNoncached2Cached((MS_U32)addr)
62953 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000))