/linux-4.1.27/lib/ |
H A D | pci_iomap.c | 34 unsigned long flags = pci_resource_flags(dev, bar); pci_iomap_range()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
H A D | usnic_vnic.c | 342 if (!(pci_resource_flags(pdev, i) & IORESOURCE_MEM)) usnic_vnic_discover_resources() 384 if (!(pci_resource_flags(pdev, i) & IORESOURCE_MEM)) usnic_vnic_discover_resources() 421 if (!(pci_resource_flags(pdev, i) & IORESOURCE_MEM)) usnic_vnic_release_resources()
|
/linux-4.1.27/drivers/mcb/ |
H A D | mcb-pci.c | 72 flags = pci_resource_flags(pdev, 0); mcb_pci_probe()
|
/linux-4.1.27/drivers/char/xillybus/ |
H A D | xillybus_pcie.c | 164 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { xilly_probe()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | 8255_pci.c | 229 if ((pci_resource_flags(pcidev, board->dio_badr) & IORESOURCE_MEM)) { pci_8255_auto_attach()
|
H A D | amplc_dio200_pci.c | 369 if (pci_resource_flags(pci_dev, bar) & IORESOURCE_MEM) { dio200_pci_auto_attach()
|
/linux-4.1.27/drivers/crypto/ccp/ |
H A D | ccp-pci.c | 156 io_flags = pci_resource_flags(pdev, IO_BAR); ccp_find_mmio_area()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | sysfb_efi.c | 111 flags = pci_resource_flags(dev, i); for_each_pci_dev()
|
/linux-4.1.27/arch/powerpc/platforms/ |
H A D | fsl_uli1575.c | 228 unsigned long flags = pci_resource_flags(dev, i); quirk_final_uli5249()
|
/linux-4.1.27/drivers/rapidio/devices/ |
H A D | tsi721.c | 2341 pci_resource_flags(pdev, i)); tsi721_probe() 2350 if (!(pci_resource_flags(pdev, BAR_0) & IORESOURCE_MEM) || tsi721_probe() 2351 pci_resource_flags(pdev, BAR_0) & IORESOURCE_MEM_64 || tsi721_probe() 2360 if (!(pci_resource_flags(pdev, BAR_1) & IORESOURCE_MEM) || tsi721_probe() 2361 pci_resource_flags(pdev, BAR_1) & IORESOURCE_MEM_64 || tsi721_probe() 2376 if ((pci_resource_flags(pdev, BAR_2) & IORESOURCE_MEM) && tsi721_probe() 2377 (pci_resource_flags(pdev, BAR_2) & IORESOURCE_MEM_64)) { tsi721_probe() 2381 if ((pci_resource_flags(pdev, BAR_4) & IORESOURCE_MEM) && tsi721_probe() 2382 (pci_resource_flags(pdev, BAR_4) & IORESOURCE_MEM_64)) { tsi721_probe()
|
/linux-4.1.27/drivers/memstick/host/ |
H A D | jmb38x_ms.c | 785 if (pci_resource_flags(pdev, 1)) { jmb38x_ms_pmos() 859 if (!(IORESOURCE_MEM & pci_resource_flags(pdev, cnt))) jmb38x_ms_count_slots()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
H A D | mv_init.c | 327 res_flag_ex = pci_resource_flags(pdev, bar_ex); mvs_ioremap() 345 res_flag = pci_resource_flags(pdev, bar); mvs_ioremap()
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-amd8111.c | 429 if (!(pci_resource_flags(dev, 0) & IORESOURCE_IO)) amd8111_probe()
|
H A D | i2c-pasemi.c | 345 if (!(pci_resource_flags(dev, 0) & IORESOURCE_IO)) pasemi_smb_probe()
|
H A D | i2c-ali1535.c | 165 if (pci_resource_flags(dev, 0) & IORESOURCE_IO) ali1535_setup()
|
/linux-4.1.27/drivers/staging/i2o/ |
H A D | pci.c | 100 if (!(pci_resource_flags(pdev, i) & IORESOURCE_IO)) { i2o_pci_alloc()
|
/linux-4.1.27/drivers/pnp/ |
H A D | quirks.c | 251 flags = pci_resource_flags(pdev, i); for_each_pci_dev()
|
/linux-4.1.27/arch/mips/pci/ |
H A D | ops-bcm63xx.c | 422 if (pci_resource_flags(dev, i) & IORESOURCE_IO) { bcm63xx_fixup()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | eeh_cache.c | 202 unsigned int flags = pci_resource_flags(dev,i); __eeh_addr_cache_insert_dev()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
H A D | c2.c | 945 reg0_flags = pci_resource_flags(pcidev, BAR_0); c2_probe() 949 reg2_flags = pci_resource_flags(pcidev, BAR_2); c2_probe() 953 reg4_flags = pci_resource_flags(pcidev, BAR_4); c2_probe()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
H A D | mthca_main.c | 920 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) || __mthca_init_one() 926 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { __mthca_init_one() 931 if (!(pci_resource_flags(pdev, 4) & IORESOURCE_MEM)) __mthca_init_one()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 88 if (pci_resource_flags(dev, bar) & IORESOURCE_MEM) { setup_port() 251 if ((pci_resource_flags(dev, 0) & IORESOURCE_MEM) == 0) { pci_plx9050_init() 293 if ((pci_resource_flags(dev, 0) & IORESOURCE_MEM) == 0) pci_plx9050_exit() 319 if ((pci_resource_flags(dev, bar) & IORESOURCE_MEM) == 0) { pci_ni8420_exit() 348 if ((pci_resource_flags(dev, bar) & IORESOURCE_MEM) == 0) { pci_ni8430_exit() 678 if ((pci_resource_flags(dev, bar) & IORESOURCE_MEM) == 0) { pci_ni8420_init() 709 if ((pci_resource_flags(dev, bar) & IORESOURCE_MEM) == 0) { pci_ni8430_init() 3988 if (pci_resource_flags(dev, i) & IORESOURCE_IO) { serial_pci_guess_board() 3993 if (pci_resource_flags(dev, i) & IORESOURCE_MEM) serial_pci_guess_board() 4016 if (pci_resource_flags(dev, i) & IORESOURCE_IO && serial_pci_guess_board()
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | vrc4173_cardu.c | 488 flags = pci_resource_flags(dev, 0); vrc4173_cardu_probe()
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
H A D | ast_main.c | 415 if (!(pci_resource_flags(dev->pdev, 2) & IORESOURCE_IO)) { ast_driver_load()
|
/linux-4.1.27/arch/x86/pci/ |
H A D | xen.c | 308 flags = pci_resource_flags(dev, bir); xen_initdom_setup_msi_irqs()
|
/linux-4.1.27/drivers/ata/ |
H A D | pdc_adma.c | 630 if ((pci_resource_flags(pdev, 4) & IORESOURCE_MEM) == 0) adma_ata_init_one()
|
H A D | sata_inic162x.c | 839 if (pci_resource_flags(pdev, MMIO_BAR_PCI) & IORESOURCE_MEM) inic_init_one()
|
H A D | sata_qstor.c | 606 if ((pci_resource_flags(pdev, QS_MMIO_BAR) & IORESOURCE_MEM) == 0) qs_ata_init_one()
|
H A D | libata-eh.c | 294 if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM) ata_port_pbar_desc() 296 else if (pci_resource_flags(pdev, bar) & IORESOURCE_IO) ata_port_pbar_desc()
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpioctl.c | 376 if (pci_resource_flags(pci_dev, idx) & IORESOURCE_MEM) { asihpi_adapter_probe()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_init.c | 91 io_handle->flags = pci_resource_flags(asd_ha->pcidev, i); asd_map_memio() 150 io_handle->flags = pci_resource_flags(asd_ha->pcidev, i); asd_map_ioport()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
H A D | nes.c | 487 if (!(pci_resource_flags(pcidev, BAR_0) & IORESOURCE_MEM) || nes_probe() 488 !(pci_resource_flags(pcidev, BAR_1) & IORESOURCE_MEM)) { nes_probe()
|
/linux-4.1.27/drivers/vfio/pci/ |
H A D | vfio_pci.c | 482 pci_resource_flags(pdev, info.index) & vfio_pci_ioctl() 857 if (!(pci_resource_flags(pdev, index) & IORESOURCE_MEM)) vfio_pci_mmap()
|
H A D | vfio_pci_config.c | 406 unsigned long flags = pci_resource_flags(pdev, bar); vfio_generate_bar_flags()
|
/linux-4.1.27/sound/pci/ |
H A D | intel8x0m.c | 1159 if (pci_resource_flags(pci, 2) & IORESOURCE_MEM) /* ICH4 and Nforce */ snd_intel8x0m_create() 1168 if (pci_resource_flags(pci, 3) & IORESOURCE_MEM) /* ICH4 */ snd_intel8x0m_create()
|
H A D | intel8x0.c | 3092 if (pci_resource_flags(pci, 2) & IORESOURCE_MEM) /* ICH4 and Nforce */ snd_intel8x0_create() 3101 if (pci_resource_flags(pci, 3) & IORESOURCE_MEM) /* ICH4 */ snd_intel8x0_create()
|
H A D | es1938.c | 1786 !(pci_resource_flags(pci, idx) & IORESOURCE_IO)) { snd_es1938_probe()
|
H A D | sonicvibes.c | 1469 !(pci_resource_flags(pci, idx) & IORESOURCE_IO)) { snd_sonic_probe()
|
/linux-4.1.27/drivers/ide/ |
H A D | setup-pci.c | 290 ulong flags = pci_resource_flags(dev, bar); ide_pci_check_iomem()
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
H A D | ne2k-pci.c | 247 if (!ioaddr || ((pci_resource_flags (pdev, 0) & IORESOURCE_IO) == 0)) { ne2k_pci_init_one()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | main.c | 3242 !(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { __mlx4_init_one() 3243 dev_err(&pdev->dev, "Missing DCS, aborting (driver_data: 0x%x, pci_resource_flags(pdev, 0):0x%lx)\n", __mlx4_init_one() 3244 pci_dev_data, pci_resource_flags(pdev, 0)); __mlx4_init_one() 3248 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { __mlx4_init_one()
|
/linux-4.1.27/drivers/dma/ |
H A D | pch_dma.c | 858 if (!(pci_resource_flags(pdev, 1) & IORESOURCE_MEM)) { pch_dma_probe()
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hcd-pci.c | 251 if (!(pci_resource_flags(dev, region) & usb_hcd_pci_probe()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 708 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) || hvfb_getmem()
|
H A D | cirrusfb.c | 1913 if (pci_resource_flags(pdev, 0) & IORESOURCE_IO) { get_pci_addrs()
|
/linux-4.1.27/drivers/virtio/ |
H A D | virtio_pci_modern.c | 528 pci_resource_flags(dev, bar) & ioresource_types) virtio_pci_find_capability()
|
/linux-4.1.27/sound/pci/oxygen/ |
H A D | oxygen_lib.c | 642 if (!(pci_resource_flags(pci, 0) & IORESOURCE_IO) || oxygen_pci_probe()
|
/linux-4.1.27/drivers/mfd/ |
H A D | sm501.c | 1610 if (!(pci_resource_flags(dev, 0) & IORESOURCE_MEM)) { sm501_pci_probe() 1616 if (!(pci_resource_flags(dev, 1) & IORESOURCE_MEM)) { sm501_pci_probe()
|
/linux-4.1.27/drivers/block/ |
H A D | cpqarray.c | 664 if (pci_resource_flags(pdev, i) & PCI_BASE_ADDRESS_SPACE_IO) cpqarray_pci_init() 682 if (!(pci_resource_flags(pdev, i) & cpqarray_pci_init()
|
H A D | cciss.c | 3860 bar_type = pci_resource_flags(pdev, i) & PCI_BASE_ADDRESS_SPACE; find_PCI_BAR_index() 3864 mem_type = pci_resource_flags(pdev, i) & find_PCI_BAR_index() 4142 if (pci_resource_flags(pdev, i) & IORESOURCE_MEM) { cciss_pci_find_memory_BAR()
|
/linux-4.1.27/drivers/pci/ |
H A D | pci.c | 2516 if (pci_resource_flags(pdev, bar) & IORESOURCE_IO) pci_release_region() 2519 else if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM) pci_release_region() 2556 if (pci_resource_flags(pdev, bar) & IORESOURCE_IO) { __pci_request_region() 2560 } else if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM) { __pci_request_region() 4213 if (pci_resource_flags(dev, i) & flags) pci_select_bars()
|
H A D | msi.c | 703 flags = pci_resource_flags(dev, bir); msix_map_region()
|
H A D | pci-sysfs.c | 1160 if (pci_resource_flags(pdev, num) & IORESOURCE_IO) { pci_create_attr()
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | skfddi.c | 228 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { skfp_init_one() 236 if (!(pci_resource_flags(pdev, 1) & IO_RESOURCE_IO)) { skfp_init_one()
|
/linux-4.1.27/drivers/scsi/ |
H A D | mvumi.c | 94 if ((pci_resource_flags(dev, i) & IORESOURCE_MEM) && mvumi_unmap_pci_addr() 104 if (pci_resource_flags(dev, i) & IORESOURCE_MEM) { mvumi_map_pci_addr()
|
H A D | eata_pio.c | 862 base = pci_resource_flags(dev, 0); find_pio_PCI()
|
H A D | BusLogic.c | 724 if (pci_resource_flags(pci_device, 0) & IORESOURCE_MEM) { blogic_init_mm_probeinfo() 729 if (pci_resource_flags(pci_device, 1) & IORESOURCE_IO) { blogic_init_mm_probeinfo() 964 if (pci_resource_flags(pci_device, 0) & IORESOURCE_MEM) { blogic_init_fp_probeinfo() 969 if (pci_resource_flags(pci_device, 1) & IORESOURCE_IO) { blogic_init_fp_probeinfo()
|
H A D | hptiop.c | 601 if (!(pci_resource_flags(pcidev, index) & IORESOURCE_MEM)) { hptiop_map_pci_bar()
|
H A D | vmw_pvscsi.c | 1368 if ((pci_resource_flags(pdev, i) & PCI_BASE_ADDRESS_SPACE_IO)) pvscsi_probe()
|
H A D | gdth.c | 630 base0 = pci_resource_flags(pdev, 0); gdth_pci_init_one() 631 base1 = pci_resource_flags(pdev, 1); gdth_pci_init_one() 632 base2 = pci_resource_flags(pdev, 2); gdth_pci_init_one()
|
H A D | hpsa.c | 5906 bar_type = pci_resource_flags(pdev, i) & PCI_BASE_ADDRESS_SPACE; find_PCI_BAR_index() 5910 mem_type = pci_resource_flags(pdev, i) & find_PCI_BAR_index() 6016 if (pci_resource_flags(pdev, i) & IORESOURCE_MEM) { hpsa_pci_find_memory_BAR()
|
H A D | megaraid.c | 4258 if (pci_resource_flags(pdev, 0) & IORESOURCE_MEM) { megaraid_probe_one()
|
H A D | ips.c | 6926 if (pci_resource_flags(pci_dev, j) & IORESOURCE_IO) { ips_init_phase1()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | sdhci-pci.c | 1400 if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) { sdhci_pci_probe_slot()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | main.c | 192 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { request_bar()
|
/linux-4.1.27/drivers/scsi/pm8001/ |
H A D | pm8001_init.c | 417 if (pci_resource_flags(pdev, bar) & IORESOURCE_MEM) { pm8001_ioremap()
|
/linux-4.1.27/drivers/scsi/fnic/ |
H A D | fnic_main.c | 631 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { fnic_probe()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cxgb2.c | 989 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { init_one()
|
/linux-4.1.27/drivers/gpu/vga/ |
H A D | vgaarb.c | 1329 if (!(pci_resource_flags(vgadev->pdev, i) & IORESOURCE_MEM)) vga_arb_device_init()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | pci-quirks.c | 552 if ((pci_resource_flags(pdev, i) & IORESOURCE_IO)) { quirk_usb_handoff_uhci()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 2303 if(!(pci_resource_flags(pdev, 0) & IORESOURCE_IO)) { typhoon_init_one() 2313 if(!(pci_resource_flags(pdev, 1) & IORESOURCE_MEM)) { typhoon_init_one()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 2702 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_IO)) { velocity_get_pci_info() 2708 if ((pci_resource_flags(pdev, 1) & IORESOURCE_IO)) { velocity_get_pci_info()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_mr.c | 775 if (!(pci_resource_flags(ha->pdev, 0) & IORESOURCE_MEM)) { qlafx00_iospace_config() 796 if (!(pci_resource_flags(ha->pdev, 2) & IORESOURCE_MEM)) { qlafx00_iospace_config()
|
H A D | qla_os.c | 1530 if (pci_resource_flags(ha->pdev, 0) & IORESOURCE_IO) { qla2x00_iospace_config() 1550 if (!(pci_resource_flags(ha->pdev, 1) & IORESOURCE_MEM)) { qla2x00_iospace_config() 1636 if (!(pci_resource_flags(ha->pdev, 0) & IORESOURCE_MEM)) { qla83xx_iospace_config()
|
H A D | qla_nx.c | 1659 if (!(pci_resource_flags(ha->pdev, 0) & IORESOURCE_MEM)) { qla82xx_iospace_config()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 1803 if(!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)){ amd8111e_probe_one()
|
/linux-4.1.27/drivers/net/ethernet/sis/ |
H A D | sis190.c | 1482 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { sis190_init_board()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
H A D | smsc9420.c | 1598 if (!(pci_resource_flags(pdev, SMSC_BAR) & IORESOURCE_MEM)) { smsc9420_probe()
|
/linux-4.1.27/drivers/net/ethernet/adaptec/ |
H A D | starfire.c | 670 if (!ioaddr || ((pci_resource_flags(pdev, 0) & IORESOURCE_MEM) == 0)) { starfire_init_one()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 2465 if (!(pci_resource_flags(pdev, i) & IORESOURCE_MEM)) enic_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_main.c | 453 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { ixgb_probe()
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
H A D | spider_net.c | 2407 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { spider_net_setup_pci_dev()
|
/linux-4.1.27/drivers/net/irda/ |
H A D | vlsi_ir.c | 1621 !(pci_resource_flags(pdev,0) & IORESOURCE_IO) ) { vlsi_irda_probe()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
H A D | pci.c | 2249 pmem_flags = pci_resource_flags(pdev, rtlpriv->cfg->bar_id); rtl_pci_probe()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | 1413 if (pci_resource_flags(rdev->pdev, i) & IORESOURCE_IO) { radeon_device_init()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
H A D | mpt2sas_base.c | 1561 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { mpt2sas_base_map_resources() 1570 if (pci_resource_flags(pdev, i) & IORESOURCE_MEM) { mpt2sas_base_map_resources()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 1847 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { mpt3sas_base_map_resources() 1852 } else if (pci_resource_flags(pdev, i) & IORESOURCE_MEM) { mpt3sas_base_map_resources()
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
H A D | e100.c | 2874 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { e100_probe()
|
/linux-4.1.27/drivers/net/ethernet/ |
H A D | jme.c | 3026 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { jme_init_one()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_main.c | 1484 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { netxen_nic_probe()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 2462 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { qlcnic_probe()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 808 if (!(pci_resource_flags(pdev, bar) & res[bar].mask)) { rtl8139_init_board()
|
H A D | r8169.c | 8108 if (!(pci_resource_flags(pdev, region) & IORESOURCE_MEM)) { rtl_init_one()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | sungem.c | 2874 if ((pci_resource_flags(pdev, 0) & IORESOURCE_IO) != 0) { gem_init_one()
|
H A D | sunhme.c | 3047 if ((pci_resource_flags(pdev, 0) & IORESOURCE_IO) != 0) { happy_meal_pci_probe()
|
H A D | niu.c | 9749 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) || niu_pci_init_one() 9750 !(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { niu_pci_init_one()
|
H A D | cassini.c | 4935 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { cas_init_one()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
H A D | tlan.c | 510 if (pci_resource_flags(pdev, reg) & IORESOURCE_IO) { tlan_probe1()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.c | 2888 pmem_flags = pci_resource_flags(pdev, 1); rtl8192_pci_probe()
|
/linux-4.1.27/drivers/firewire/ |
H A D | ohci.c | 3599 if (!(pci_resource_flags(dev, 0) & IORESOURCE_MEM) || pci_probe()
|
/linux-4.1.27/drivers/char/ipmi/ |
H A D | ipmi_si_intf.c | 2632 if (pci_resource_flags(pdev, 0) & IORESOURCE_IO) { ipmi_pci_probe()
|
/linux-4.1.27/include/linux/ |
H A D | pci.h | 1472 #define pci_resource_flags(dev, bar) ((dev)->resource[(bar)].flags) pci_get_new_domain_nr() macro
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 5552 pio_flags = pci_resource_flags(ha->pdev, 0); qla4xxx_iospace_config() 5567 mmio_flags = pci_resource_flags(ha->pdev, 1); qla4xxx_iospace_config()
|
/linux-4.1.27/drivers/net/ethernet/agere/ |
H A D | et131x.c | 3958 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { et131x_pci_setup()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 1002 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { e1000_probe()
|
/linux-4.1.27/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 261 flags = pci_resource_flags(pdev, 0); arcmsr_remap_pciregion()
|
/linux-4.1.27/drivers/tty/ |
H A D | cyclades.c | 3714 if (pci_resource_flags(pdev, 2) & IORESOURCE_IO) { cy_pci_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 12654 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { bnx2x_init_dev() 12661 if (IS_PF(bp) && !(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { bnx2x_init_dev()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 6834 (pci_resource_flags(pdev, 1) & IORESOURCE_MEM) && e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 6947 if ((pci_resource_flags(pdev, 0) & IORESOURCE_IO) != 0) pcidev_init()
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 5664 if (pci_resource_flags(pci_dev, i) & IORESOURCE_MEM && nv_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 8100 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { bnx2_init_board()
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptbase.c | 1709 if (pci_resource_flags(pdev, ii) & PCI_BASE_ADDRESS_SPACE_IO) { mpt_mapresources()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw2100.c | 6176 if (!(pci_resource_flags(pci_dev, 0) & IORESOURCE_MEM)) { ipw2100_pci_init_one()
|