Searched refs:NCM_Dbg (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvMM.c | 103 #define NCM_Dbg(x,...) diag_printf(x,__VA_ARGS__) macro 105 #define NCM_Dbg(x,...) macro 138 NCM_Dbg("The base address is 0x%8lX\n", ncmem_base); in init_cache_memory() 150 NCM_Dbg("Base addr is 0x%08lX\n",ncmem_pool.base_addr); in init_cache_memory() 151 NCM_Dbg("Top addr is 0x%08lX\n",ncmem_pool.base_addr+NOCACHE_MEMORY_SIZE-1); in init_cache_memory() 152 NCM_Dbg("Pages per pool is %d\n",ncmem_pool.pages_per_pool); in init_cache_memory() 153 NCM_Dbg("Bit map base addr is %p\n",ncmem_pool.bitmap); in init_cache_memory() 192 NCM_Dbg("ERROR: No enough non-cached memory space !!%s\n",""); in ncmem_alloc_page() 201 …NCM_Dbg("The allocated addr is %p, bit_map[%d] is 0x%08lX\n",retval,map,(U32)(ncmem_pool.bitmap[ma… in ncmem_alloc_page() 226 NCM_Dbg("Free Block: bitmap[%d] is 0x%08lX",map,(U32)ncmem_pool.bitmap[map]); in ncmem_free_page() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvMM.c | 102 #define NCM_Dbg(x,arg...) diag_printf(x,##arg) macro 104 #define NCM_Dbg(x,...) macro 143 NCM_Dbg("The base address is 0x%8lX\n", ncmem_base); in init_cache_memory() 156 NCM_Dbg("Base addr is 0x%08lX\n",ncmem_pool.base_addr); in init_cache_memory() 157 NCM_Dbg("Top addr is 0x%08lX\n",ncmem_pool.base_addr+NOCACHE_MEMORY_SIZE-1); in init_cache_memory() 158 NCM_Dbg("Pages per pool is %d\n",ncmem_pool.pages_per_pool); in init_cache_memory() 159 NCM_Dbg("Bit map base addr is %p\n",ncmem_pool.bitmap); in init_cache_memory() 199 NCM_Dbg("ERROR: No enough non-cached memory space !!!\n"); in ncmem_alloc_page() 208 …NCM_Dbg("The allocated addr is %p, bit_map[%d] is 0x%08lX\n",retval,map,(U32)(ncmem_pool.bitmap[ma… in ncmem_alloc_page() 233 NCM_Dbg("Free Block: bitmap[%d] is 0x%08lX\n",map,(U32)ncmem_pool.bitmap[map]); in ncmem_free_page() [all …]
|