Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dsynclinkmp.c249 unsigned char* sca_base; /* HD64570 SCA Memory address */ member
3614 info->sca_base = ioremap_nocache(info->phys_sca_base, PAGE_SIZE); in claim_resources()
3615 if (!info->sca_base) { in claim_resources()
3621 info->sca_base += info->sca_offset; in claim_resources()
3680 if (info->sca_base) { in release_resources()
3681 iounmap(info->sca_base - info->sca_offset); in release_resources()
3682 info->sca_base=NULL; in release_resources()
3864 port_array[port]->sca_base = port_array[0]->sca_base; in device_init()
3945 if (info->sca_base) in synclinkmp_cleanup()
4348 if (info->sca_base) { in reset_port()
[all …]