Searched refs:BAR_1 (Results 1 – 9 of 9) sorted by relevance
44 #define BAR_1 1 macro
415 for (i = BAR_1; i <= BAR_5; i++) { in ixgb_probe()
47 #define BAR_1 1 macro
980 for (i = BAR_1; i <= BAR_5; i++) { in e1000_probe()1029 ioremap(pci_resource_start(pdev, BAR_1), in e1000_probe()1030 pci_resource_len(pdev, BAR_1)); in e1000_probe()
49 #define BAR_1 1 macro
60 #define BAR_1 1 macro
2778 if (!(pci_resource_flags(pdev, BAR_1) & IORESOURCE_MEM) || in tsi721_probe()2779 pci_resource_flags(pdev, BAR_1) & IORESOURCE_MEM_64 || in tsi721_probe()2780 pci_resource_len(pdev, BAR_1) < TSI721_DB_WIN_SIZE) { in tsi721_probe()2831 priv->odb_base = pci_ioremap_bar(pdev, BAR_1); in tsi721_probe()
87 BAR_1, enumerator
974 .reserved_bar = 1 << BAR_0 | 1 << BAR_1,