Searched refs:ncmem_base (Results 1 – 2 of 2) sorted by relevance
116 U32 ncmem_base; variable137 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()
116 U32 ncmem_base; variable142 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()