Home
last modified time | relevance | path

Searched refs:ncmem_base (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMM.c116 U32 ncmem_base; variable
137 ncmem_base = (ncmem_addr + PAGE_SIZE)&(~(PAGE_SIZE-1)); in init_cache_memory()
138 NCM_Dbg("The base address is 0x%8lX\n", ncmem_base); in init_cache_memory()
145 ncmem_pool.base_addr =(U32) KSEG02KSEG1(ncmem_base); // convert cached address to uncached in init_cache_memory()
339 LIB_MemoryFree((void*) ncmem_base); in Destory_NC_mem()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMM.c116 U32 ncmem_base; variable
142 ncmem_base = (ncmem_addr + PAGE_SIZE)&(~(PAGE_SIZE-1)); in init_cache_memory()
143 NCM_Dbg("The base address is 0x%8lX\n", ncmem_base); in init_cache_memory()
151 ncmem_pool.base_addr =(U32) KSEG02KSEG1(ncmem_base); // convert cached address to uncached in init_cache_memory()
347 LIB_MemoryFree((void*) ncmem_base); in destroy_NC_mem()