Searched refs:BAR_2 (Results 1 – 5 of 5) sorted by relevance
947 reg2_start = pci_resource_start(pcidev, BAR_2); in c2_probe()948 reg2_len = pci_resource_len(pcidev, BAR_2); in c2_probe()949 reg2_flags = pci_resource_flags(pcidev, BAR_2); in c2_probe()
53 #define BAR_2 2 macro
34 #define BAR_2 2 macro
2376 if ((pci_resource_flags(pdev, BAR_2) & IORESOURCE_MEM) && in tsi721_probe()2377 (pci_resource_flags(pdev, BAR_2) & IORESOURCE_MEM_64)) { in tsi721_probe()
67 #define BAR_2 2 macro17691 tp->aperegs = pci_ioremap_bar(pdev, BAR_2); in tg3_init_one()