| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/ |
| H A D | drvUsbMain_2.h | 136 #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 D | drvUsbMain_3.h | 136 #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 D | drvUsbMain_4.h | 136 #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 D | drvUsbMain.h | 142 #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 D | MsCommon.h | 179 #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 D | drvUsbcommon.h | 120 #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 D | MsCommon.h | 197 #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 D | drvUsbcommon.h | 120 #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 D | drvUsbcommon.h | 121 #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 D | drvintpipe.c | 627 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Interrupt()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/ |
| H A D | drvintpipe_2.c | 627 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 D | drvintpipe_3.c | 627 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 D | drvintpipe_4.c | 627 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Interrupt_Port4()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | MsOS_ecos.c | 163 #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 D | MsOS_nos.c | 197 #define KSEG12KSEG0(addr) ((void *)((U32)(addr)&~0x80000000))
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/ |
| H A D | drvHostLib_4.c | 1204 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 D | drvHostLib_3.c | 1212 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 D | drvHostLib_2.c | 1213 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 D | drvHostLib.c | 1228 mybuf = (U32)KSEG12KSEG0(mybuf); in flib_Host20_Issue_Bulk()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | MsOS_ucos.c | 345 #define KSEG12KSEG0(addr) ((void *)((MS_U32)(addr)&~0x20000000)) //unchched -> cached macro
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 30481 #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))
|