Lines Matching refs:phys_sca_base
250 u32 phys_sca_base; member
1350 info->phys_sca_base, in line_info()
1924 dev->mem_start = info->phys_sca_base; in hdlcdev_init()
1925 dev->mem_end = info->phys_sca_base + SCA_BASE_SIZE - 1; in hdlcdev_init()
3571 …if (request_mem_region(info->phys_sca_base + info->sca_offset,SCA_BASE_SIZE,"synclinkmp") == NULL)… in claim_resources()
3573 __FILE__,__LINE__,info->device_name, info->phys_sca_base); in claim_resources()
3607 info->sca_base = ioremap_nocache(info->phys_sca_base, PAGE_SIZE); in claim_resources()
3610 __FILE__,__LINE__,info->device_name, info->phys_sca_base ); in claim_resources()
3660 release_mem_region(info->phys_sca_base + info->sca_offset,SCA_BASE_SIZE); in release_resources()
3726 info->phys_sca_base, in add_device()
3776 info->phys_sca_base = pci_resource_start(pdev,2); in alloc_dev()
3787 info->sca_offset = info->phys_sca_base & (PAGE_SIZE-1); in alloc_dev()
3788 info->phys_sca_base &= ~(PAGE_SIZE-1); in alloc_dev()
5327 __FILE__,__LINE__,info->device_name, (unsigned long)(info->phys_sca_base)); in adapter_test()