Searched refs:BAR_0 (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes.c | 480 (long unsigned int)pci_resource_start(pcidev, BAR_0), in nes_probe() 481 (long unsigned int)pci_resource_len(pcidev, BAR_0)); in nes_probe() 487 if (!(pci_resource_flags(pcidev, BAR_0) & IORESOURCE_MEM) || in nes_probe() 545 mmio_regs = ioremap_nocache(pci_resource_start(pcidev, BAR_0), in nes_probe() 546 pci_resource_len(pcidev, BAR_0)); in nes_probe() 572 nesdev->csr_start = pci_resource_start(nesdev->pcidev, BAR_0); in nes_probe()
|
D | nes.h | 77 #define BAR_0 0 macro
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 68 #define BAR_0 0 macro
|
D | ixgb_main.c | 444 adapter->hw.hw_addr = pci_ioremap_bar(pdev, BAR_0); in ixgb_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 72 #define BAR_0 0 macro
|
D | e1000_main.c | 994 hw->hw_addr = pci_ioremap_bar(pdev, BAR_0); in e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e.h | 61 #define BAR_0 0 macro
|
D | atl1e_main.c | 2360 adapter->hw.hw_addr = pci_iomap(pdev, BAR_0, 0); in atl1e_probe()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2.c | 943 reg0_start = pci_resource_start(pcidev, BAR_0); in c2_probe() 944 reg0_len = pci_resource_len(pcidev, BAR_0); in c2_probe() 945 reg0_flags = pci_resource_flags(pcidev, BAR_0); in c2_probe()
|
D | c2.h | 52 #define BAR_0 0 macro
|
/linux-4.1.27/drivers/rapidio/devices/ |
D | tsi721.h | 32 #define BAR_0 0 macro
|
D | tsi721.c | 2350 if (!(pci_resource_flags(pdev, BAR_0) & IORESOURCE_MEM) || in tsi721_probe() 2351 pci_resource_flags(pdev, BAR_0) & IORESOURCE_MEM_64 || in tsi721_probe() 2352 pci_resource_len(pdev, BAR_0) < TSI721_REG_SPACE_SIZE) { in tsi721_probe() 2395 priv->regs = pci_ioremap_bar(pdev, BAR_0); in tsi721_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | tg3.c | 66 #define BAR_0 0 macro 17668 tp->regs = pci_ioremap_bar(pdev, BAR_0); in tg3_init_one()
|