Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclinkmp.c250 u32 phys_sca_base; member
1345 info->phys_sca_base, in line_info()
1905 dev->mem_start = info->phys_sca_base; in hdlcdev_init()
1906 dev->mem_end = info->phys_sca_base + SCA_BASE_SIZE - 1; in hdlcdev_init()
3545 …if (request_mem_region(info->phys_sca_base + info->sca_offset,SCA_BASE_SIZE,"synclinkmp") == NULL)… in claim_resources()
3547 __FILE__,__LINE__,info->device_name, info->phys_sca_base); in claim_resources()
3581 info->sca_base = ioremap_nocache(info->phys_sca_base, PAGE_SIZE); in claim_resources()
3584 __FILE__,__LINE__,info->device_name, info->phys_sca_base ); in claim_resources()
3634 release_mem_region(info->phys_sca_base + info->sca_offset,SCA_BASE_SIZE); in release_resources()
3700 info->phys_sca_base, in add_device()
[all …]