Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclinkmp.c249 unsigned char* sca_base; /* HD64570 SCA Memory address */ member
3581 info->sca_base = ioremap_nocache(info->phys_sca_base, PAGE_SIZE); in claim_resources()
3582 if (!info->sca_base) { in claim_resources()
3588 info->sca_base += info->sca_offset; in claim_resources()
3647 if (info->sca_base) { in release_resources()
3648 iounmap(info->sca_base - info->sca_offset); in release_resources()
3649 info->sca_base=NULL; in release_resources()
3834 port_array[port]->sca_base = port_array[0]->sca_base; in device_init()
3925 if (info->sca_base) in synclinkmp_cleanup()
4328 if (info->sca_base) { in reset_port()
[all …]