Searched refs:phys_sca_base (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | synclinkmp.c | 269 u32 phys_sca_base; member 1506 info->phys_sca_base, in line_info() 3587 …if (request_mem_region(info->phys_sca_base + info->sca_offset,SCA_BASE_SIZE,"synclinkmp") == NULL)… in claim_resources() 3589 __FILE__,__LINE__,info->device_name, info->phys_sca_base); in claim_resources() 3622 info->sca_base = ioremap(info->phys_sca_base,PAGE_SIZE); in claim_resources() 3625 __FILE__,__LINE__,info->device_name, info->phys_sca_base ); in claim_resources() 3674 release_mem_region(info->phys_sca_base + info->sca_offset,SCA_BASE_SIZE); in release_resources() 3741 info->phys_sca_base, in add_device() 3790 info->phys_sca_base = pci_resource_start(pdev,2); in alloc_dev() 3801 info->sca_offset = info->phys_sca_base & (PAGE_SIZE-1); in alloc_dev() [all …]
|