Lines Matching refs:sca_base
249 unsigned char* sca_base; /* HD64570 SCA Memory address */ member
3607 info->sca_base = ioremap_nocache(info->phys_sca_base, PAGE_SIZE); in claim_resources()
3608 if (!info->sca_base) { in claim_resources()
3614 info->sca_base += info->sca_offset; in claim_resources()
3673 if (info->sca_base) { in release_resources()
3674 iounmap(info->sca_base - info->sca_offset); in release_resources()
3675 info->sca_base=NULL; in release_resources()
3857 port_array[port]->sca_base = port_array[0]->sca_base; in device_init()
3939 if (info->sca_base) in synclinkmp_cleanup()
4342 if (info->sca_base) { in reset_port()
5538 unsigned char * RegAddr = (unsigned char*)(info->sca_base + Addr); \