Home
last modified time | relevance | path

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

/drivers/tty/
Dsynclinkmp.c249 unsigned char* sca_base; /* HD64570 SCA Memory address */ member
3577 info->sca_base = ioremap(info->phys_sca_base, PAGE_SIZE); in claim_resources()
3578 if (!info->sca_base) { in claim_resources()
3584 info->sca_base += info->sca_offset; in claim_resources()
3643 if (info->sca_base) { in release_resources()
3644 iounmap(info->sca_base - info->sca_offset); in release_resources()
3645 info->sca_base=NULL; in release_resources()
3830 port_array[port]->sca_base = port_array[0]->sca_base; in device_init()
3921 if (info->sca_base) in synclinkmp_cleanup()
4324 if (info->sca_base) { in reset_port()
[all …]