Searched refs:phys_statctrl_base (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/tty/ |
D | synclinkmp.c | 260 u32 phys_statctrl_base; member 1346 info->phys_statctrl_base, in line_info() 3550 …if (request_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE,"synclinkmp")… in claim_resources() 3552 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base); in claim_resources() 3586 info->statctrl_base = ioremap(info->phys_statctrl_base, in claim_resources() 3590 __FILE__,__LINE__,info->device_name, info->phys_statctrl_base ); in claim_resources() 3634 release_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE); in release_resources() 3698 info->phys_statctrl_base, in add_device() 3750 info->phys_statctrl_base = pci_resource_start(pdev,4); in alloc_dev() 3762 info->statctrl_offset = info->phys_statctrl_base & (PAGE_SIZE-1); in alloc_dev() [all …]
|