Home
last modified time | relevance | path

Searched refs:memory_base (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/mips/sgi-ip27/
Dip27-console.c28 ioc3 = (struct ioc3 *)KL_CONFIG_CH_CONS_INFO(nasid)->memory_base; in console_uart()
Dip27-init.c171 ioc3 = (struct ioc3 *) KL_CONFIG_CH_CONS_INFO(nid)->memory_base; in ioc3_eth_init()
Dip27-timer.c222 res.start = XPHYSADDR(KL_CONFIG_CH_CONS_INFO(master_nasid)->memory_base + in sgi_ip27_rtc_devinit()
/linux-4.4.14/drivers/tty/
Dsynclinkmp.c245 unsigned char* memory_base; /* shared memory address (PCI only) */ member
3447 info->buffer_list = info->memory_base + info->port_array[0]->last_mem_alloc; in alloc_buf_list()
3507 buf_list_ex[i].virt_addr = info->memory_base + info->port_array[0]->last_mem_alloc; in alloc_frame_bufs()
3589 info->memory_base = ioremap_nocache(info->phys_memory_base, in claim_resources()
3591 if (!info->memory_base) { in claim_resources()
3668 if (info->memory_base){ in release_resources()
3669 iounmap(info->memory_base); in release_resources()
3670 info->memory_base = NULL; in release_resources()
3856 port_array[port]->memory_base = port_array[0]->memory_base; in device_init()
5372 unsigned long * addr = (unsigned long *)info->memory_base; in memory_test()
[all …]
Dsynclink.c284 unsigned char* memory_base; /* shared memory address (PCI only) */ member
3687 info->buffer_list = info->memory_base + info->last_mem_alloc; in mgsl_alloc_buffer_list_memory()
3802 BufferList[i].virt_addr = info->memory_base + info->last_mem_alloc; in mgsl_alloc_frame_memory()
4087 info->memory_base = ioremap_nocache(info->phys_memory_base, in mgsl_claim_resources()
4089 if (!info->memory_base) { in mgsl_claim_resources()
4170 if (info->memory_base){ in mgsl_release_resources()
4171 iounmap(info->memory_base); in mgsl_release_resources()
4172 info->memory_base = NULL; in mgsl_release_resources()
7406 TestAddr = (unsigned long *)info->memory_base; in mgsl_memory_test()
7424 TestAddr = (unsigned long *)info->memory_base; in mgsl_memory_test()
[all …]
/linux-4.4.14/arch/mips/include/asm/sn/
Dklconfig.h129 unsigned long memory_base; member