Lines Matching refs:phys_reg_addr
292 u32 phys_reg_addr; member
1250 info->device_name, info->phys_reg_addr, in line_info()
1805 dev->mem_start = info->phys_reg_addr; in hdlcdev_init()
1806 dev->mem_end = info->phys_reg_addr + SLGT_REG_SIZE - 1; in hdlcdev_init()
3480 if (request_mem_region(info->phys_reg_addr, SLGT_REG_SIZE, "synclink_gt") == NULL) { in claim_resources()
3482 info->device_name, info->phys_reg_addr)); in claim_resources()
3489 info->reg_addr = ioremap_nocache(info->phys_reg_addr, SLGT_REG_SIZE); in claim_resources()
3492 info->device_name, info->phys_reg_addr)); in claim_resources()
3511 release_mem_region(info->phys_reg_addr, SLGT_REG_SIZE); in release_resources()
3571 devstr, info->device_name, info->phys_reg_addr, in add_device()
3620 info->phys_reg_addr = pci_resource_start(pdev,0); in alloc_dev()
5116 info->device_name, info->phys_reg_addr); in adapter_test()