Searched refs:memory_base (Results 1 – 6 of 6) sorted by relevance
28 ioc3 = (struct ioc3 *)KL_CONFIG_CH_CONS_INFO(nasid)->memory_base; in console_uart()
171 ioc3 = (struct ioc3 *) KL_CONFIG_CH_CONS_INFO(nid)->memory_base; in ioc3_eth_init()
229 res.start = XPHYSADDR(KL_CONFIG_CH_CONS_INFO(master_nasid)->memory_base + in sgi_ip27_rtc_devinit()
245 unsigned char* memory_base; /* shared memory address (PCI only) */ member3454 info->buffer_list = info->memory_base + info->port_array[0]->last_mem_alloc; in alloc_buf_list()3514 buf_list_ex[i].virt_addr = info->memory_base + info->port_array[0]->last_mem_alloc; in alloc_frame_bufs()3596 info->memory_base = ioremap_nocache(info->phys_memory_base, in claim_resources()3598 if (!info->memory_base) { in claim_resources()3675 if (info->memory_base){ in release_resources()3676 iounmap(info->memory_base); in release_resources()3677 info->memory_base = NULL; in release_resources()3863 port_array[port]->memory_base = port_array[0]->memory_base; in device_init()5378 unsigned long * addr = (unsigned long *)info->memory_base; in memory_test()[all …]
284 unsigned char* memory_base; /* shared memory address (PCI only) */ member3697 info->buffer_list = info->memory_base + info->last_mem_alloc; in mgsl_alloc_buffer_list_memory()3812 BufferList[i].virt_addr = info->memory_base + info->last_mem_alloc; in mgsl_alloc_frame_memory()4097 info->memory_base = ioremap_nocache(info->phys_memory_base, in mgsl_claim_resources()4099 if (!info->memory_base) { in mgsl_claim_resources()4180 if (info->memory_base){ in mgsl_release_resources()4181 iounmap(info->memory_base); in mgsl_release_resources()4182 info->memory_base = NULL; in mgsl_release_resources()7415 TestAddr = (unsigned long *)info->memory_base; in mgsl_memory_test()7433 TestAddr = (unsigned long *)info->memory_base; in mgsl_memory_test()[all …]
129 unsigned long memory_base; member