Lines Matching refs:phys_reg_addr
262 u32 phys_reg_addr; member
1173 info->device_name, info->phys_reg_addr, in line_info()
1709 dev->mem_start = info->phys_reg_addr; in hdlcdev_init()
1710 dev->mem_end = info->phys_reg_addr + SLGT_REG_SIZE - 1; in hdlcdev_init()
3376 if (request_mem_region(info->phys_reg_addr, SLGT_REG_SIZE, "synclink_gt") == NULL) { in claim_resources()
3378 info->device_name, info->phys_reg_addr)); in claim_resources()
3385 info->reg_addr = ioremap(info->phys_reg_addr, SLGT_REG_SIZE); in claim_resources()
3388 info->device_name, info->phys_reg_addr)); in claim_resources()
3407 release_mem_region(info->phys_reg_addr, SLGT_REG_SIZE); in release_resources()
3467 devstr, info->device_name, info->phys_reg_addr, in add_device()
3513 info->phys_reg_addr = pci_resource_start(pdev,0); in alloc_dev()
5006 info->device_name, info->phys_reg_addr); in adapter_test()