Lines Matching refs:phys_statctrl_base
260 u32 phys_statctrl_base; member
1346 info->phys_statctrl_base, in line_info()
3553 …if (request_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE,"synclinkmp")… in claim_resources()
3555 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base); in claim_resources()
3589 info->statctrl_base = ioremap_nocache(info->phys_statctrl_base, in claim_resources()
3593 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base ); in claim_resources()
3637 release_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE); in release_resources()
3701 info->phys_statctrl_base, in add_device()
3753 info->phys_statctrl_base = pci_resource_start(pdev,4); in alloc_dev()
3765 info->statctrl_offset = info->phys_statctrl_base & (PAGE_SIZE-1); in alloc_dev()
3766 info->phys_statctrl_base &= ~(PAGE_SIZE-1); in alloc_dev()