Searched refs:phys_statctrl_base (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | synclinkmp.c | 260 u32 phys_statctrl_base; member 1352 info->phys_statctrl_base, in line_info() 3580 …if (request_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE,"synclinkmp")… in claim_resources() 3582 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base); in claim_resources() 3616 info->statctrl_base = ioremap_nocache(info->phys_statctrl_base, in claim_resources() 3620 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base ); in claim_resources() 3664 release_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE); in release_resources() 3728 info->phys_statctrl_base, in add_device() 3778 info->phys_statctrl_base = pci_resource_start(pdev,4); in alloc_dev() 3790 info->statctrl_offset = info->phys_statctrl_base & (PAGE_SIZE-1); in alloc_dev() [all …]
|