Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsynclinkmp.c268 unsigned char* sca_base; /* HD64570 SCA Memory address */ member
3622 info->sca_base = ioremap(info->phys_sca_base,PAGE_SIZE); in claim_resources()
3623 if (!info->sca_base) { in claim_resources()
3629 info->sca_base += info->sca_offset; in claim_resources()
3687 if (info->sca_base) { in release_resources()
3688 iounmap(info->sca_base - info->sca_offset); in release_resources()
3689 info->sca_base=0; in release_resources()
3865 port_array[port]->sca_base = port_array[0]->sca_base; in device_init()
4026 if (info->sca_base) in synclinkmp_exit()
4364 if (info->sca_base) { in reset_port()
[all …]