Lines Matching refs:phys_statctrl_base
260 u32 phys_statctrl_base; member
1361 info->phys_statctrl_base, in line_info()
3587 …if (request_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE,"synclinkmp")… in claim_resources()
3589 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base); in claim_resources()
3623 info->statctrl_base = ioremap_nocache(info->phys_statctrl_base, in claim_resources()
3627 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base ); in claim_resources()
3671 release_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE); in release_resources()
3735 info->phys_statctrl_base, in add_device()
3785 info->phys_statctrl_base = pci_resource_start(pdev,4); in alloc_dev()
3797 info->statctrl_offset = info->phys_statctrl_base & (PAGE_SIZE-1); in alloc_dev()
3798 info->phys_statctrl_base &= ~(PAGE_SIZE-1); in alloc_dev()