Searched refs:iomap (Results 1 - 25 of 135) sorted by path

123456

/linux-master/fs/xfs/
H A Dxfs_pnfs.h8 struct iomap *iomap, bool write, u32 *device_generation);
9 int xfs_fs_commit_blocks(struct inode *inode, struct iomap *maps, int nr_maps,
/linux-master/arch/alpha/include/asm/
H A Dio.h15 #include <asm-generic/iomap.h>
291 <asm-generic/iomap.h>. It is not legal to mix "extern" and "static" for
654 * These get provided from <asm-generic/iomap.h> since alpha does not
/linux-master/arch/arm/mm/
H A DMakefile6 obj-y := extable.o fault.o init.o iomap.o
/linux-master/arch/hexagon/include/asm/
H A Dio.h14 #include <asm/iomap.h>
/linux-master/arch/microblaze/pci/
H A DMakefile6 obj-$(CONFIG_PCI) += iomap.o
/linux-master/arch/mips/lib/
H A DMakefile11 obj-$(CONFIG_PCI) += iomap-pci.o
/linux-master/arch/parisc/include/asm/
H A Dio.h244 #include <asm-generic/iomap.h>
246 * These get provided from <asm-generic/iomap.h> since parisc does not
/linux-master/arch/parisc/lib/
H A DMakefile9 obj-y := iomap.o
/linux-master/arch/powerpc/kernel/
H A DMakefile162 obj-y += iomap.o
/linux-master/arch/sh/include/asm/
H A Dio.h22 #include <asm-generic/iomap.h>
/linux-master/arch/sh/kernel/
H A DMakefile25 obj-y += iomap.o
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci1.c44 unsigned int iomap; /* 0x14 IO Map */ member in struct:grpci1_regs
435 REGSTORE(regs->iomap, REGLOAD(regs->iomap) & 0x0000ffff);
/linux-master/arch/sparc/lib/
H A DMakefile53 obj-$(CONFIG_SPARC64) += iomap.o
/linux-master/arch/um/kernel/
H A Dioport.c6 #include <asm/iomap.h>
/linux-master/arch/x86/mm/
H A Diomap_32.c6 #include <asm/iomap.h>
/linux-master/block/
H A Dfops.c18 #include <linux/iomap.h>
386 unsigned int flags, struct iomap *iomap, struct iomap *srcmap)
391 iomap->bdev = bdev;
392 iomap->offset = ALIGN_DOWN(offset, bdev_logical_block_size(bdev));
393 if (iomap->offset >= isize)
395 iomap->type = IOMAP_MAPPED;
396 iomap->addr = iomap
385 blkdev_iomap_begin(struct inode *inode, loff_t offset, loff_t length, unsigned int flags, struct iomap *iomap, struct iomap *srcmap) argument
[all...]
/linux-master/drivers/ata/
H A Dlibata-sff.c2157 /* request, iomap BARs and init port addresses accordingly */
2161 void __iomem * const *iomap; local
2179 "failed to request/iomap BARs for port %d (errno=%d)\n",
2186 host->iomap = iomap = pcim_iomap_table(pdev);
2188 ap->ioaddr.cmd_addr = iomap[base];
2191 ((unsigned long)iomap[base + 1] | ATA_PCI_CTL_OFS);
3093 /* request and iomap DMA region */
3096 ata_bmdma_nodma(host, "failed to request/iomap BAR4");
3099 host->iomap
[all...]
H A Dpata_atp867x.c69 #define ATP867X_IOBASE(ap) ((ap)->host->iomap[0])
418 host->iomap = pcim_iomap_table(pdev);
423 dev_dbg(gdev, "ATP867X: iomap[%d]=0x%p\n", i,
424 host->iomap[i]);
427 * request, iomap BARs and init port addresses accordingly
H A Dpata_cs5520.c121 void __iomem *iomap[5]; local
166 iomap[0] = devm_ioport_map(&pdev->dev, cmd_port[0], 8);
167 iomap[1] = devm_ioport_map(&pdev->dev, ctl_port[0], 1);
168 iomap[2] = devm_ioport_map(&pdev->dev, cmd_port[1], 8);
169 iomap[3] = devm_ioport_map(&pdev->dev, ctl_port[1], 1);
170 iomap[4] = pcim_iomap(pdev, 2, 0);
172 if (!iomap[0] || !iomap[1] || !iomap[2] || !iomap[
[all...]
H A Dpata_hpt3x3.c223 host->iomap = pcim_iomap_table(pdev);
228 base = host->iomap[4]; /* Bus mastering base */
H A Dpata_macio.c1075 priv->host->iomap = &priv->tfregs;
H A Dpata_ninja32.c125 host->iomap = pcim_iomap_table(dev);
133 base = host->iomap[0];
162 ninja32_program(host->iomap[0]);
H A Dpata_pdc2027x.c176 return ap->host->iomap[PDC_MMIO_BAR] + ap->port_no * 0x100 + offset;
461 void __iomem *mmio_base = host->iomap[PDC_MMIO_BAR];
502 void __iomem *mmio_base = host->iomap[PDC_MMIO_BAR];
585 void __iomem *mmio_base = host->iomap[PDC_MMIO_BAR];
708 host->iomap = pcim_iomap_table(pdev);
714 mmio_base = host->iomap[PDC_MMIO_BAR];
H A Dpata_sil680.c371 host->iomap = pcim_iomap_table(pdev);
380 mmio_base = host->iomap[SIL680_MMIO_BAR];
H A Dpdc_adma.c41 ADMA_REGS((ap)->host->iomap[ADMA_MMIO_BAR], ap->port_no)
540 writeb(7, host->iomap[ADMA_MMIO_BAR] + ADMA_MODE_LOCK);
574 host->iomap = pcim_iomap_table(pdev);
575 mmio_base = host->iomap[ADMA_MMIO_BAR];

Completed in 379 milliseconds

123456