Searched refs:io_offset (Results 1 - 25 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dpci.c177 unsigned long io_offset; local
180 io_offset = (unsigned long)pci_ctrl->io_space.base;
187 if (io_offset)
194 res->start += io_offset;
195 res->end += io_offset;
217 if (io_offset && (res->flags & IORESOURCE_IO)) {
218 res->start += io_offset;
219 res->end += io_offset;
294 unsigned long io_offset = 0; local
304 io_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.h38 xfs_off_t io_offset; /* offset in the file */ member in struct:xfs_ioend
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cobalt/
H A Dpci.c37 .io_offset = 0 - GT_DEF_PCI0_IO_BASE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Drsrc_mgr.c52 if (!s->io_offset)
54 *base = s->io_offset | (*base & 0x0fff);
H A Dat91_cf.c180 io->start = cf->socket.io_offset;
278 cf->socket.io_offset = (unsigned long)
280 if (!cf->socket.io_offset) {
313 if (cf->socket.io_offset)
314 iounmap((void __iomem *) cf->socket.io_offset);
343 iounmap((void __iomem *) cf->socket.io_offset);
H A Dbfin_cf_pcmcia.c250 cf->socket.io_offset = (unsigned long)
253 if (!cf->socket.io_offset)
278 iounmap((void __iomem *)cf->socket.io_offset);
297 iounmap((void __iomem *)cf->socket.io_offset);
H A Domap_cf.c257 cf->socket.io_offset = (unsigned long)
259 if (!cf->socket.io_offset)
312 if (cf->socket.io_offset)
313 iounmap((void __iomem *) cf->socket.io_offset);
327 iounmap((void __iomem *) cf->socket.io_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dpci.c34 .io_offset = 0x00000000UL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-yosemite.c43 .io_offset = 0x00000000UL
H A Dpci-emma2rh.c53 .io_offset = 0,
H A Dpci-bcm1480.c182 .io_offset = A_BCM1480_PHYS_PCI_IO_MATCH_BYTES,
231 bcm1480_controller.io_map_base -= bcm1480_controller.io_offset;
H A Dpci-bcm1480ht.c194 .io_offset = A_BCM1480_PHYS_HT_IO_MATCH_BYTES,
209 bcm1480ht_controller.io_map_base -= bcm1480ht_controller.io_offset;
H A Dpci-ip32.c121 .io_offset = 0,
H A Dpci.c199 offset = hose->io_offset;
215 offset = hose->io_offset;
H A Dfixup-cobalt.c58 unsigned long offset = hose->io_offset;
H A Dops-tx3927.c137 channel->io_resource->start - channel->io_offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/mach/
H A Dpci.h41 unsigned long io_offset; /* bus->cpu IO mapping offset */ member in struct:pci_sys_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci_32.c356 unsigned long io_offset; local
360 io_offset = (unsigned long)hose->io_base_virt - isa_io_base;
361 res->start = (res->start + io_offset) & 0xffffffffu;
362 res->end = (res->end + io_offset) & 0xffffffffu;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci-dreamcast.c46 .io_offset = 0x00000000,
H A Dpci.c143 offset = hose->io_offset;
211 offset = hose->io_offset;
226 offset = hose->io_offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci_32.c318 unsigned long io_offset; local
335 io_offset = (unsigned long)hose->io_base_virt - isa_io_base;
336 res->start = (res->start + io_offset) & 0xffffffffu;
337 res->end = (res->end + io_offset) & 0xffffffffu;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpci.h34 unsigned long io_offset; member in struct:pci_controller
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-pci.c75 .io_offset = 0x00000000UL,
152 gt64120_controller.io_offset = 0;
214 msc_controller.io_offset = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/cb710/
H A Dcore.c99 unsigned slot_mask, unsigned io_offset, const char *name)
107 name, chip->platform_id, nr, slot_mask, io_offset); local
114 slot->iobase = chip->iobase + io_offset;
98 cb710_register_slot(struct cb710_chip *chip, unsigned slot_mask, unsigned io_offset, const char *name) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpci.h25 unsigned long io_offset; member in struct:pci_channel

Completed in 140 milliseconds

123