Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dsynclinkmp.c249 unsigned char* sca_base; /* HD64570 SCA Memory address */ member
3580 info->sca_base = ioremap_nocache(info->phys_sca_base, PAGE_SIZE); in claim_resources()
3581 if (!info->sca_base) { in claim_resources()
3587 info->sca_base += info->sca_offset; in claim_resources()
3646 if (info->sca_base) { in release_resources()
3647 iounmap(info->sca_base - info->sca_offset); in release_resources()
3648 info->sca_base=NULL; in release_resources()
3833 port_array[port]->sca_base = port_array[0]->sca_base; in device_init()
3924 if (info->sca_base) in synclinkmp_cleanup()
4327 if (info->sca_base) { in reset_port()
[all …]