Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dcpcihp_zt5550.c70 static struct pci_dev *hc_dev; variable
85 if (hc_dev) { in zt5550_hc_config()
96 hc_dev = pdev; in zt5550_hc_config()
97 dbg("hc_dev = %p", hc_dev); in zt5550_hc_config()
98 dbg("pci resource start %llx", (unsigned long long)pci_resource_start(hc_dev, 1)); in zt5550_hc_config()
99 dbg("pci resource len %llx", (unsigned long long)pci_resource_len(hc_dev, 1)); in zt5550_hc_config()
101 if (!request_mem_region(pci_resource_start(hc_dev, 1), in zt5550_hc_config()
102 pci_resource_len(hc_dev, 1), MY_NAME)) { in zt5550_hc_config()
109 ioremap(pci_resource_start(hc_dev, 1), pci_resource_len(hc_dev, 1)); in zt5550_hc_config()
112 (unsigned long long)pci_resource_len(hc_dev, 1), in zt5550_hc_config()
[all …]