/linux-4.4.14/lib/ |
D | pci_iomap.c | 34 unsigned long flags = pci_resource_flags(dev, bar); in pci_iomap_range() 74 unsigned long flags = pci_resource_flags(dev, bar); in pci_iomap_wc_range()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_vnic.c | 357 if (!(pci_resource_flags(pdev, i) & IORESOURCE_MEM)) in usnic_vnic_discover_resources() 399 if (!(pci_resource_flags(pdev, i) & IORESOURCE_MEM)) in usnic_vnic_discover_resources() 436 if (!(pci_resource_flags(pdev, i) & IORESOURCE_MEM)) in usnic_vnic_release_resources()
|
/linux-4.4.14/drivers/mcb/ |
D | mcb-pci.c | 73 flags = pci_resource_flags(pdev, 0); in mcb_pci_probe()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | amplc_dio200_pci.c | 370 if (pci_resource_flags(pci_dev, bar) & IORESOURCE_MEM) { in dio200_pci_auto_attach()
|
D | 8255_pci.c | 229 if ((pci_resource_flags(pcidev, board->dio_badr) & IORESOURCE_MEM)) { in pci_8255_auto_attach()
|
/linux-4.4.14/drivers/char/xillybus/ |
D | xillybus_pcie.c | 164 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in xilly_probe()
|
/linux-4.4.14/drivers/rapidio/devices/ |
D | tsi721.c | 2341 pci_resource_flags(pdev, i)); in tsi721_probe() 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() 2360 if (!(pci_resource_flags(pdev, BAR_1) & IORESOURCE_MEM) || in tsi721_probe() 2361 pci_resource_flags(pdev, BAR_1) & IORESOURCE_MEM_64 || in tsi721_probe() 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() 2381 if ((pci_resource_flags(pdev, BAR_4) & IORESOURCE_MEM) && in tsi721_probe() 2382 (pci_resource_flags(pdev, BAR_4) & IORESOURCE_MEM_64)) { in tsi721_probe()
|
/linux-4.4.14/arch/x86/kernel/ |
D | sysfb_efi.c | 111 flags = pci_resource_flags(dev, i); in efifb_set_system()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | eeh_cache.c | 202 unsigned long flags = pci_resource_flags(dev,i); in __eeh_addr_cache_insert_dev()
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | fsl_uli1575.c | 228 unsigned long flags = pci_resource_flags(dev, i); in quirk_final_uli5249()
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-pci.c | 156 io_flags = pci_resource_flags(pdev, IO_BAR); in ccp_find_mmio_area()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_main.c | 920 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) || in __mthca_init_one() 926 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in __mthca_init_one() 931 if (!(pci_resource_flags(pdev, 4) & IORESOURCE_MEM)) in __mthca_init_one()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_pci.c | 87 if (pci_resource_flags(dev, bar) & IORESOURCE_MEM) { in setup_port() 250 if ((pci_resource_flags(dev, 0) & IORESOURCE_MEM) == 0) { in pci_plx9050_init() 292 if ((pci_resource_flags(dev, 0) & IORESOURCE_MEM) == 0) in pci_plx9050_exit() 318 if ((pci_resource_flags(dev, bar) & IORESOURCE_MEM) == 0) { in pci_ni8420_exit() 347 if ((pci_resource_flags(dev, bar) & IORESOURCE_MEM) == 0) { in pci_ni8430_exit() 677 if ((pci_resource_flags(dev, bar) & IORESOURCE_MEM) == 0) { in pci_ni8420_init() 708 if ((pci_resource_flags(dev, bar) & IORESOURCE_MEM) == 0) { in pci_ni8430_init() 3891 if (pci_resource_flags(dev, i) & IORESOURCE_IO) { in serial_pci_guess_board() 3896 if (pci_resource_flags(dev, i) & IORESOURCE_MEM) in serial_pci_guess_board() 3919 if (pci_resource_flags(dev, i) & IORESOURCE_IO && in serial_pci_guess_board()
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2.c | 945 reg0_flags = pci_resource_flags(pcidev, BAR_0); in c2_probe() 949 reg2_flags = pci_resource_flags(pcidev, BAR_2); in c2_probe() 953 reg4_flags = pci_resource_flags(pcidev, BAR_4); in c2_probe()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-ali1535.c | 165 if (pci_resource_flags(dev, 0) & IORESOURCE_IO) in ali1535_setup()
|
D | i2c-amd8111.c | 429 if (!(pci_resource_flags(dev, 0) & IORESOURCE_IO)) in amd8111_probe()
|
D | i2c-pasemi.c | 345 if (!(pci_resource_flags(dev, 0) & IORESOURCE_IO)) in pasemi_smb_probe()
|
/linux-4.4.14/arch/mips/pci/ |
D | ops-bcm63xx.c | 422 if (pci_resource_flags(dev, i) & IORESOURCE_IO) { in bcm63xx_fixup()
|
/linux-4.4.14/drivers/pnp/ |
D | quirks.c | 251 flags = pci_resource_flags(pdev, i); in quirk_system_pci_resources()
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_init.c | 325 res_flag_ex = pci_resource_flags(pdev, bar_ex); in mvs_ioremap() 342 res_flag = pci_resource_flags(pdev, bar); in mvs_ioremap()
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 148 if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) { in pci_ioremap_wc_bar() 2801 if (pci_resource_flags(pdev, bar) & IORESOURCE_IO) in pci_release_region() 2804 else if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM) in pci_release_region() 2841 if (pci_resource_flags(pdev, bar) & IORESOURCE_IO) { in __pci_request_region() 2845 } else if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM) { in __pci_request_region() 4465 if (pci_resource_flags(dev, i) & flags) in pci_select_bars()
|
D | msi.c | 666 flags = pci_resource_flags(dev, bir); in msix_map_region()
|
D | pci-sysfs.c | 1163 if (pci_resource_flags(pdev, num) & IORESOURCE_IO) { in pci_create_attr()
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_main.c | 415 if (!(pci_resource_flags(dev->pdev, 2) & IORESOURCE_IO)) { in ast_driver_load()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_init.c | 89 io_handle->flags = pci_resource_flags(asd_ha->pcidev, i); in asd_map_memio() 144 io_handle->flags = pci_resource_flags(asd_ha->pcidev, i); in asd_map_ioport()
|
/linux-4.4.14/drivers/memstick/host/ |
D | jmb38x_ms.c | 785 if (pci_resource_flags(pdev, 1)) { in jmb38x_ms_pmos() 859 if (!(IORESOURCE_MEM & pci_resource_flags(pdev, cnt))) in jmb38x_ms_count_slots()
|
/linux-4.4.14/drivers/ide/ |
D | setup-pci.c | 290 ulong flags = pci_resource_flags(dev, bar); in ide_pci_check_iomem()
|
/linux-4.4.14/arch/x86/pci/ |
D | xen.c | 308 flags = pci_resource_flags(dev, bir); in xen_initdom_setup_msi_irqs()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 116 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in qed_init_pci() 122 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in qed_init_pci()
|
/linux-4.4.14/drivers/vfio/pci/ |
D | vfio_pci.c | 482 pci_resource_flags(pdev, info.index) & in vfio_pci_ioctl() 857 if (!(pci_resource_flags(pdev, index) & IORESOURCE_MEM)) in vfio_pci_mmap()
|
D | vfio_pci_config.c | 406 unsigned long flags = pci_resource_flags(pdev, bar); in vfio_generate_bar_flags()
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd-pci.c | 251 if (!(pci_resource_flags(dev, region) & in usb_hcd_pci_probe()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes.c | 487 if (!(pci_resource_flags(pcidev, BAR_0) & IORESOURCE_MEM) || in nes_probe() 488 !(pci_resource_flags(pcidev, BAR_1) & IORESOURCE_MEM)) { in nes_probe()
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpioctl.c | 377 if (pci_resource_flags(pci_dev, idx) & IORESOURCE_MEM) { in asihpi_adapter_probe()
|
/linux-4.4.14/sound/pci/ |
D | intel8x0m.c | 1154 if (pci_resource_flags(pci, 2) & IORESOURCE_MEM) /* ICH4 and Nforce */ in snd_intel8x0m_create() 1163 if (pci_resource_flags(pci, 3) & IORESOURCE_MEM) /* ICH4 */ in snd_intel8x0m_create()
|
D | intel8x0.c | 3088 if (pci_resource_flags(pci, 2) & IORESOURCE_MEM) /* ICH4 and Nforce */ in snd_intel8x0_create() 3097 if (pci_resource_flags(pci, 3) & IORESOURCE_MEM) /* ICH4 */ in snd_intel8x0_create()
|
D | sonicvibes.c | 1469 !(pci_resource_flags(pci, idx) & IORESOURCE_IO)) { in snd_sonic_probe()
|
D | es1938.c | 1786 !(pci_resource_flags(pci, idx) & IORESOURCE_IO)) { in snd_es1938_probe()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | ne2k-pci.c | 247 if (!ioaddr || ((pci_resource_flags (pdev, 0) & IORESOURCE_IO) == 0)) { in ne2k_pci_init_one()
|
/linux-4.4.14/drivers/pcmcia/ |
D | vrc4173_cardu.c | 488 flags = pci_resource_flags(dev, 0); in vrc4173_cardu_probe()
|
/linux-4.4.14/drivers/ata/ |
D | sata_qstor.c | 606 if ((pci_resource_flags(pdev, QS_MMIO_BAR) & IORESOURCE_MEM) == 0) in qs_ata_init_one()
|
D | pdc_adma.c | 630 if ((pci_resource_flags(pdev, 4) & IORESOURCE_MEM) == 0) in adma_ata_init_one()
|
D | sata_inic162x.c | 839 if (pci_resource_flags(pdev, MMIO_BAR_PCI) & IORESOURCE_MEM) in inic_init_one()
|
D | libata-eh.c | 294 if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM) in ata_port_pbar_desc() 296 else if (pci_resource_flags(pdev, bar) & IORESOURCE_IO) in ata_port_pbar_desc()
|
/linux-4.4.14/drivers/mfd/ |
D | sm501.c | 1610 if (!(pci_resource_flags(dev, 0) & IORESOURCE_MEM)) { in sm501_pci_probe() 1616 if (!(pci_resource_flags(dev, 1) & IORESOURCE_MEM)) { in sm501_pci_probe()
|
/linux-4.4.14/drivers/scsi/ |
D | BusLogic.c | 724 if (pci_resource_flags(pci_device, 0) & IORESOURCE_MEM) { in blogic_init_mm_probeinfo() 729 if (pci_resource_flags(pci_device, 1) & IORESOURCE_IO) { in blogic_init_mm_probeinfo() 964 if (pci_resource_flags(pci_device, 0) & IORESOURCE_MEM) { in blogic_init_fp_probeinfo() 969 if (pci_resource_flags(pci_device, 1) & IORESOURCE_IO) { in blogic_init_fp_probeinfo()
|
D | eata_pio.c | 862 base = pci_resource_flags(dev, 0); in find_pio_PCI()
|
D | mvumi.c | 95 if ((pci_resource_flags(dev, i) & IORESOURCE_MEM) && in mvumi_unmap_pci_addr() 105 if (pci_resource_flags(dev, i) & IORESOURCE_MEM) { in mvumi_map_pci_addr()
|
D | vmw_pvscsi.c | 1368 if ((pci_resource_flags(pdev, i) & PCI_BASE_ADDRESS_SPACE_IO)) in pvscsi_probe()
|
D | gdth.c | 630 base0 = pci_resource_flags(pdev, 0); in gdth_pci_init_one() 631 base1 = pci_resource_flags(pdev, 1); in gdth_pci_init_one() 632 base2 = pci_resource_flags(pdev, 2); in gdth_pci_init_one()
|
D | hptiop.c | 601 if (!(pci_resource_flags(pcidev, index) & IORESOURCE_MEM)) { in hptiop_map_pci_bar()
|
D | hpsa.c | 7267 bar_type = pci_resource_flags(pdev, i) & PCI_BASE_ADDRESS_SPACE; in find_PCI_BAR_index() 7271 mem_type = pci_resource_flags(pdev, i) & in find_PCI_BAR_index() 7389 if (pci_resource_flags(pdev, i) & IORESOURCE_MEM) { in hpsa_pci_find_memory_BAR()
|
D | megaraid.c | 4252 if (pci_resource_flags(pdev, 0) & IORESOURCE_MEM) { in megaraid_probe_one()
|
D | ips.c | 6927 if (pci_resource_flags(pci_dev, j) & IORESOURCE_IO) { in ips_init_phase1()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_main.c | 463 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in snic_probe()
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_pci_modern.c | 528 pci_resource_flags(dev, bar) & ioresource_types) { in virtio_pci_find_capability()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | skfddi.c | 228 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in skfp_init_one() 236 if (!(pci_resource_flags(pdev, 1) & IO_RESOURCE_IO)) { in skfp_init_one()
|
/linux-4.4.14/drivers/usb/host/ |
D | pci-quirks.c | 552 if ((pci_resource_flags(pdev, i) & IORESOURCE_IO)) { in quirk_usb_handoff_uhci()
|
/linux-4.4.14/drivers/block/ |
D | cpqarray.c | 664 if (pci_resource_flags(pdev, i) & PCI_BASE_ADDRESS_SPACE_IO) in cpqarray_pci_init() 682 if (!(pci_resource_flags(pdev, i) & in cpqarray_pci_init()
|
D | cciss.c | 3876 bar_type = pci_resource_flags(pdev, i) & PCI_BASE_ADDRESS_SPACE; in find_PCI_BAR_index() 3880 mem_type = pci_resource_flags(pdev, i) & in find_PCI_BAR_index() 4158 if (pci_resource_flags(pdev, i) & IORESOURCE_MEM) { in cciss_pci_find_memory_BAR()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | hyperv_fb.c | 700 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) || in hvfb_getmem()
|
D | cirrusfb.c | 1913 if (pci_resource_flags(pdev, 0) & IORESOURCE_IO) { in get_pci_addrs()
|
/linux-4.4.14/sound/pci/oxygen/ |
D | oxygen_lib.c | 638 if (!(pci_resource_flags(pci, 0) & IORESOURCE_IO) || in oxygen_pci_probe()
|
/linux-4.4.14/drivers/gpu/vga/ |
D | vgaarb.c | 1347 flags = pci_resource_flags(vgadev->pdev, i); in vga_arb_device_init()
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_main.c | 630 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in fnic_probe()
|
/linux-4.4.14/drivers/dma/ |
D | pch_dma.c | 854 if (!(pci_resource_flags(pdev, 1) & IORESOURCE_MEM)) { in pch_dma_probe()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | typhoon.c | 2303 if(!(pci_resource_flags(pdev, 0) & IORESOURCE_IO)) { in typhoon_init_one() 2313 if(!(pci_resource_flags(pdev, 1) & IORESOURCE_MEM)) { in typhoon_init_one()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 237 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in request_bar()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 3471 !(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in __mlx4_init_one() 3473 pci_dev_data, pci_resource_flags(pdev, 0)); in __mlx4_init_one() 3477 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in __mlx4_init_one()
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_init.c | 418 if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM) { in pm8001_ioremap()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 989 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in init_one()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_device.c | 1419 if (pci_resource_flags(rdev->pdev, i) & IORESOURCE_IO) { in radeon_device_init()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-velocity.c | 2684 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_IO)) { in velocity_get_pci_info() 2690 if ((pci_resource_flags(pdev, 1) & IORESOURCE_IO)) { in velocity_get_pci_info()
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-pci-core.c | 1612 if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) { in sdhci_pci_probe_slot()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_device.c | 1451 if (pci_resource_flags(adev->pdev, i) & IORESOURCE_IO) { in amdgpu_device_init()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_mr.c | 775 if (!(pci_resource_flags(ha->pdev, 0) & IORESOURCE_MEM)) { in qlafx00_iospace_config() 796 if (!(pci_resource_flags(ha->pdev, 2) & IORESOURCE_MEM)) { in qlafx00_iospace_config()
|
D | qla_os.c | 1518 if (pci_resource_flags(ha->pdev, 0) & IORESOURCE_IO) { in qla2x00_iospace_config() 1538 if (!(pci_resource_flags(ha->pdev, 1) & IORESOURCE_MEM)) { in qla2x00_iospace_config() 1624 if (!(pci_resource_flags(ha->pdev, 0) & IORESOURCE_MEM)) { in qla83xx_iospace_config()
|
D | qla_nx.c | 1665 if (!(pci_resource_flags(ha->pdev, 0) & IORESOURCE_MEM)) { in qla82xx_iospace_config()
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis190.c | 1482 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in sis190_init_board()
|
/linux-4.4.14/drivers/net/irda/ |
D | vlsi_ir.c | 1621 !(pci_resource_flags(pdev,0) & IORESOURCE_IO) ) { in vlsi_irda_probe()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | spider_net.c | 2406 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in spider_net_setup_pci_dev()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smsc9420.c | 1598 if (!(pci_resource_flags(pdev, SMSC_BAR) & IORESOURCE_MEM)) { in smsc9420_probe()
|
/linux-4.4.14/include/linux/ |
D | pci.h | 1508 #define pci_resource_flags(dev, bar) ((dev)->resource[(bar)].flags) macro
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | amd8111e.c | 1803 if(!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)){ in amd8111e_probe_one()
|
/linux-4.4.14/drivers/net/ethernet/adaptec/ |
D | starfire.c | 670 if (!ioaddr || ((pci_resource_flags(pdev, 0) & IORESOURCE_MEM) == 0)) { in starfire_init_one()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 453 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { in ixgb_probe()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139too.c | 808 if (!(pci_resource_flags(pdev, bar) & res[bar].mask)) { in rtl8139_init_board()
|
D | r8169.c | 8205 if (!(pci_resource_flags(pdev, region) & IORESOURCE_MEM)) { in rtl_init_one()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 2091 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { in mpt3sas_base_map_resources() 2096 } else if (pci_resource_flags(pdev, i) & IORESOURCE_MEM) { in mpt3sas_base_map_resources()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | pci.c | 2249 pmem_flags = pci_resource_flags(pdev, rtlpriv->cfg->bar_id); in rtl_pci_probe()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | tlan.c | 510 if (pci_resource_flags(pdev, reg) & IORESOURCE_IO) { in tlan_probe1()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 2600 pmem_flags = pci_resource_flags(pdev, 1); in _rtl92e_pci_probe()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sungem.c | 2874 if ((pci_resource_flags(pdev, 0) & IORESOURCE_IO) != 0) { in gem_init_one()
|
D | sunhme.c | 3047 if ((pci_resource_flags(pdev, 0) & IORESOURCE_IO) != 0) { in happy_meal_pci_probe()
|
D | niu.c | 9747 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) || in niu_pci_init_one() 9748 !(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in niu_pci_init_one()
|
D | cassini.c | 4931 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in cas_init_one()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 2573 if (!(pci_resource_flags(pdev, i) & IORESOURCE_MEM)) in enic_probe()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1484 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in netxen_nic_probe()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_si_intf.c | 2520 if (pci_resource_flags(pdev, 0) & IORESOURCE_IO) { in ipmi_pci_probe()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | jme.c | 3025 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in jme_init_one()
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 2877 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in e100_probe()
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 3958 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in et131x_pci_setup()
|
/linux-4.4.14/drivers/firewire/ |
D | ohci.c | 3599 if (!(pci_resource_flags(dev, 0) & IORESOURCE_MEM) || in pci_probe()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 2471 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in qlcnic_probe()
|
/linux-4.4.14/drivers/tty/ |
D | cyclades.c | 3701 if (pci_resource_flags(pdev, 2) & IORESOURCE_IO) { in cy_pci_probe()
|
/linux-4.4.14/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 261 flags = pci_resource_flags(pdev, 0); in arcmsr_remap_pciregion()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 5551 pio_flags = pci_resource_flags(ha->pdev, 0); in qla4xxx_iospace_config() 5566 mmio_flags = pci_resource_flags(ha->pdev, 1); in qla4xxx_iospace_config()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 1002 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { in e1000_probe()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6947 if ((pci_resource_flags(pdev, 0) & IORESOURCE_IO) != 0) in pcidev_init()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5145 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in bnxt_init_board()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13061 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in bnx2x_init_dev() 13068 if (IS_PF(bp) && !(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in bnx2x_init_dev()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 7055 (pci_resource_flags(pdev, 1) & IORESOURCE_MEM) && in e1000_probe()
|
/linux-4.4.14/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 5662 if (pci_resource_flags(pci_dev, i) & IORESOURCE_MEM && in nv_probe()
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptbase.c | 1705 if (pci_resource_flags(pdev, ii) & PCI_BASE_ADDRESS_SPACE_IO) { in mpt_mapresources()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2100.c | 6176 if (!(pci_resource_flags(pci_dev, 0) & IORESOURCE_MEM)) { in ipw2100_pci_init_one()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 8118 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in bnx2_init_board()
|