Searched refs:pcim_iomap_regions (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddevres.c249 * pcim_iomap_regions - Request and iomap PCI BARs
256 int pcim_iomap_regions(struct pci_dev *pdev, u16 mask, const char *name) function
299 EXPORT_SYMBOL(pcim_iomap_regions); variable
319 rc = pcim_iomap_regions(pdev, mask, name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_ninja32.c119 rc = pcim_iomap_regions(dev, 1 << 0, DRV_NAME);
H A Dsata_via.c471 rc = pcim_iomap_regions(pdev, 1 << 5, DRV_NAME);
496 rc = pcim_iomap_regions(pdev, 0x3f, DRV_NAME);
528 rc = pcim_iomap_regions(pdev, 1 << 5, DRV_NAME);
H A Dpata_hpt3x3.c199 rc = pcim_iomap_regions(pdev, 1 << 4, DRV_NAME);
H A Dsata_sis.c300 rc = pcim_iomap_regions(pdev, 1 << SIS_SCR_PCI_BAR, DRV_NAME);
H A Dpata_atp867x.c428 rc = pcim_iomap_regions(pdev, 1 << ATP867X_BAR_IOBASE, DRV_NAME);
H A Dpata_sil680.c343 rc = pcim_iomap_regions(pdev, 1 << SIL680_MMIO_BAR, DRV_NAME);
H A Dsata_svw.c465 rc = pcim_iomap_regions(pdev, 1 << bar_pos, DRV_NAME);
H A Dsata_vsc.c374 rc = pcim_iomap_regions(pdev, 1 << VSC_MMIO_BAR, DRV_NAME);
H A Dpata_pdc2027x.c719 rc = pcim_iomap_regions(pdev, 1 << PDC_MMIO_BAR, DRV_NAME);
H A Dpdc_adma.c624 rc = pcim_iomap_regions(pdev, 1 << ADMA_MMIO_BAR, DRV_NAME);
H A Dsata_qstor.c614 rc = pcim_iomap_regions(pdev, 1 << QS_MMIO_BAR, DRV_NAME);
H A Dsata_sil.c769 rc = pcim_iomap_regions(pdev, 1 << SIL_MMIO_BAR, DRV_NAME);
H A Dpata_scc.c1090 rc = pcim_iomap_regions(pdev, (1 << SCC_CTRL_BAR) | (1 << SCC_BMID_BAR), DRV_NAME);
H A Dsata_inic162x.c826 rc = pcim_iomap_regions(pdev, 1 << mmio_bar, DRV_NAME);
H A Dlibata-sff.c2296 rc = pcim_iomap_regions(pdev, 0x3 << base,
3175 rc = pcim_iomap_regions(pdev, 1 << 4, dev_driver_string(gdev));
H A Data_piix.c1411 if (pcim_iomap_regions(pdev, 1 << PIIX_SIDPR_BAR, DRV_NAME))
H A Dsata_promise.c1200 rc = pcim_iomap_regions(pdev, 1 << PDC_MMIO_BAR, DRV_NAME);
H A Dsata_sil24.c1295 rc = pcim_iomap_regions(pdev,
H A Dsata_sx4.c1464 rc = pcim_iomap_regions(pdev, (1 << PDC_MMIO_BAR) | (1 << PDC_DIMM_BAR),
H A Dsata_nv.c2380 rc = pcim_iomap_regions(pdev, 1 << NV_MMIO_BAR, DRV_NAME);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ioat/
H A Dpci.c122 err = pcim_iomap_regions(pdev, 1 << IOAT_MMIO_BAR, DRV_NAME);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/cb710/
H A Dcore.c243 err = pcim_iomap_regions(pdev, 0x0001, KBUILD_MODNAME);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci.h1335 int pcim_iomap_regions(struct pci_dev *pdev, u16 mask, const char *name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtc35815.c817 rc = pcim_iomap_regions(pdev, 1 << 1, MODNAME);

Completed in 282 milliseconds

12