TPCI200_CFG_MEM_BAR
ret = pci_request_region(pdev, TPCI200_CFG_MEM_BAR,
pci_resource_start(pdev, TPCI200_CFG_MEM_BAR),
pci_resource_len(pdev, TPCI200_CFG_MEM_BAR));
pci_release_region(pdev, TPCI200_CFG_MEM_BAR);
pci_release_region(tpci200->info->pdev, TPCI200_CFG_MEM_BAR);