Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ipack/carriers/
Dtpci200.c103 pci_release_region(tpci200->info->pdev, TPCI200_CFG_MEM_BAR); in tpci200_unregister()
533 ret = pci_request_region(pdev, TPCI200_CFG_MEM_BAR, in tpci200_pci_probe()
541 pci_resource_start(pdev, TPCI200_CFG_MEM_BAR), in tpci200_pci_probe()
542 pci_resource_len(pdev, TPCI200_CFG_MEM_BAR)); in tpci200_pci_probe()
597 pci_release_region(pdev, TPCI200_CFG_MEM_BAR); in tpci200_pci_probe()
Dtpci200.h33 #define TPCI200_CFG_MEM_BAR 0 macro