Lines Matching refs:sca_base
249 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()
5544 unsigned char * RegAddr = (unsigned char*)(info->sca_base + Addr); \