Home
last modified time | relevance | path

Searched refs:io_offset (Results 1 – 25 of 44) sorted by relevance

12

/linux/fs/iomap/
H A Dioend.c26 ioend->io_offset = file_offset; in iomap_init_ioend()
52 ioend->io_offset, ioend->io_sector); in iomap_finish_ioend_buffered()
125 if (pos != ioend->io_offset + ioend->io_size) in iomap_can_add_to_ioend()
239 if (ioend->io_offset + ioend->io_size > end_pos) in iomap_add_to_ioend()
240 ioend->io_size = end_pos - ioend->io_offset; in iomap_add_to_ioend()
309 if (ioend->io_offset + ioend->io_size != next->io_offset) in iomap_ioend_can_merge()
350 if (ia->io_offset < ib->io_offset) in iomap_ioend_compare()
352 if (ia->io_offset > ib->io_offset) in iomap_ioend_compare()
411 split_ioend = iomap_init_ioend(ioend->io_inode, split, ioend->io_offset, in iomap_split_ioend()
416 ioend->io_offset += split_ioend->io_size; in iomap_split_ioend()
/linux/drivers/power/reset/
H A Dpiix4-poweroff.c14 static resource_size_t io_offset; variable
35 sts = inw(io_offset + PIIX4_FUNC3IO_PMSTS); in piix4_poweroff()
38 outw(sts, io_offset + PIIX4_FUNC3IO_PMSTS); in piix4_poweroff()
43 io_offset + PIIX4_FUNC3IO_PMCNTRL); in piix4_poweroff()
80 io_offset = pci_resource_start(dev, piix4_pm_io_region); in piix4_poweroff_probe()
/linux/drivers/pcmcia/
H A Drsrc_mgr.c49 if (!s->io_offset) in static_find_io()
51 *base = s->io_offset | (*base & 0x0fff); in static_find_io()
H A Dsoc_common.c597 map->stop += skt->socket.io_offset; in soc_common_pcmcia_set_io_map()
598 map->start = skt->socket.io_offset; in soc_common_pcmcia_set_io_map()
840 skt->socket.io_offset = (unsigned long)skt->res_io_io.start; in soc_pcmcia_add_one()
/linux/arch/mips/pci/
H A Dpci-malta.c63 .io_offset = 0x00000000UL,
140 gt64120_controller.io_offset = 0; in mips_pcibios_init()
202 msc_controller.io_offset = 0; in mips_pcibios_init()
H A Dpci-bcm1480ht.c181 .io_offset = A_BCM1480_PHYS_HT_IO_MATCH_BYTES,
196 bcm1480ht_controller.io_map_base -= bcm1480ht_controller.io_offset; in bcm1480ht_pcibios_init()
H A Dpci-bcm1480.c185 .io_offset = A_BCM1480_PHYS_PCI_IO_MATCH_BYTES,
242 bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; in bcm1480_pcibios_init()
H A Dpci-ip32.c120 .io_offset = 0,
H A Dpci-rc32434.c98 .io_offset = 0,
/linux/drivers/misc/cb710/
H A Dcore.c96 unsigned slot_mask, unsigned io_offset, const char *name) in cb710_register_slot() argument
104 name, chip->platform_id, nr, slot_mask, io_offset); in cb710_register_slot()
111 slot->iobase = chip->iobase + io_offset; in cb710_register_slot()
/linux/include/linux/platform_data/
H A Dxtalk-bridge.h17 unsigned long io_offset; member
/linux/arch/mips/cobalt/
H A Dpci.c37 .io_offset = 0 - GT_DEF_PCI0_IO_BASE,
/linux/arch/mips/loongson2ef/common/
H A Dpci.c30 .io_offset = 0x00000000UL,
/linux/arch/arm/include/asm/mach/
H A Dpci.h38 unsigned long io_offset; /* bus->cpu IO mapping offset */ member
/linux/arch/sh/drivers/pci/
H A Dpci-dreamcast.c43 .io_offset = 0x00000000,
H A Dpci-sh7751.c64 .io_offset = 0x00000000,
/linux/arch/mips/include/asm/
H A Dpci.h39 unsigned long io_offset; member
/linux/arch/sh/include/asm/
H A Dpci.h24 unsigned long io_offset; member
/linux/arch/mips/txx9/generic/
H A Dpci.c199 pcic->io_offset = 0; /* busaddr == ioaddr */ in txx9_alloc_pci_controller()
205 pcic->io_offset = io_base - (mips_io_port_base - IO_BASE); in txx9_alloc_pci_controller()
/linux/drivers/gpib/ines/
H A Dines_gpib.c356 unsigned int io_offset; member
366 .io_offset = 1,
374 .io_offset = 1,
382 .io_offset = 1,
390 .io_offset = 4,
788 nec_priv->offset = found_id.io_offset; in ines_common_pci_attach()
/linux/fs/xfs/
H A Dxfs_aops.c43 return ioend->io_offset + ioend->io_size > in xfs_ioend_is_append()
112 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend()
535 ioend->io_offset, ioend->io_size); in xfs_writeback_submit()
/linux/arch/sparc/kernel/
H A Dpci_impl.h103 resource_size_t io_offset; member
/linux/include/pcmcia/
H A Dss.h156 u_int io_offset; member
/linux/arch/mips/sni/
H A Dpcit.c156 .io_offset = 0x00000000UL,
/linux/arch/mips/sgi-ip27/
H A Dip27-xtalk.c99 bd->io_offset = offset; in bridge_platform_create()

12