Home
last modified time | relevance | path

Searched refs:phys_statctrl_base (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dsynclinkmp.c279 u32 phys_statctrl_base; member
1508 info->phys_statctrl_base, in line_info()
3596 …if (request_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE,"synclinkmp")… in claim_resources()
3598 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base); in claim_resources()
3631 info->statctrl_base = ioremap(info->phys_statctrl_base,PAGE_SIZE); in claim_resources()
3634 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base ); in claim_resources()
3678 release_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE); in release_resources()
3743 info->phys_statctrl_base, in add_device()
3792 info->phys_statctrl_base = pci_resource_start(pdev,4); in alloc_dev()
3804 info->statctrl_offset = info->phys_statctrl_base & (PAGE_SIZE-1); in alloc_dev()
[all …]