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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Ddevres.c248 * pcim_iomap_regions - Request and iomap PCI BARs
255 int pcim_iomap_regions(struct pci_dev *pdev, u16 mask, const char *name) function
298 EXPORT_SYMBOL(pcim_iomap_regions); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_via.c422 rc = pcim_iomap_regions(pdev, 1 << 5, DRV_NAME);
447 rc = pcim_iomap_regions(pdev, 0x3f, DRV_NAME);
H A Dsata_sis.c344 rc = pcim_iomap_regions(pdev, 1 << SIS_SCR_PCI_BAR, DRV_NAME);
H A Dsata_svw.c435 rc = pcim_iomap_regions(pdev, 1 << 5, DRV_NAME);
H A Dsata_vsc.c401 rc = pcim_iomap_regions(pdev, 1 << VSC_MMIO_BAR, DRV_NAME);
H A Dlibata-sff.c583 rc = pcim_iomap_regions(pdev, 1 << 4, DRV_NAME);
646 rc = pcim_iomap_regions(pdev, 0x3 << base, DRV_NAME);
H A Dpata_pdc2027x.c808 rc = pcim_iomap_regions(pdev, 1 << PDC_MMIO_BAR, DRV_NAME);
H A Dpdc_adma.c629 rc = pcim_iomap_regions(pdev, 1 << ADMA_MMIO_BAR, DRV_NAME);
H A Dsata_inic162x.c690 rc = pcim_iomap_regions(pdev, 0x3f, DRV_NAME);
H A Dsata_qstor.c626 rc = pcim_iomap_regions(pdev, 1 << QS_MMIO_BAR, DRV_NAME);
H A Dsata_sil.c663 rc = pcim_iomap_regions(pdev, 1 << SIL_MMIO_BAR, DRV_NAME);
H A Dpata_scc.c1161 rc = pcim_iomap_regions(pdev, (1 << SCC_CTRL_BAR) | (1 << SCC_BMID_BAR), DRV_NAME);
H A Dsata_promise.c942 rc = pcim_iomap_regions(pdev, 1 << PDC_MMIO_BAR, DRV_NAME);
H A Dsata_sil24.c1034 rc = pcim_iomap_regions(pdev,
H A Dsata_sx4.c1344 rc = pcim_iomap_regions(pdev, (1 << PDC_MMIO_BAR) | (1 << PDC_DIMM_BAR),
H A Dahci.c1721 rc = pcim_iomap_regions(pdev, 1 << AHCI_PCI_BAR, DRV_NAME);
H A Dsata_mv.c2373 rc = pcim_iomap_regions(pdev, 1 << MV_PRIMARY_BAR, DRV_NAME);
H A Dsata_nv.c1580 rc = pcim_iomap_regions(pdev, 1 << NV_MMIO_BAR, DRV_NAME);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h858 int pcim_iomap_regions(struct pci_dev *pdev, u16 mask, const char *name);

Completed in 198 milliseconds