/Linux-v4.19/drivers/power/reset/ |
D | piix4-poweroff.c | 18 static resource_size_t io_offset; variable 39 sts = inw(io_offset + PIIX4_FUNC3IO_PMSTS); in piix4_poweroff() 42 outw(sts, io_offset + PIIX4_FUNC3IO_PMSTS); in piix4_poweroff() 47 io_offset + PIIX4_FUNC3IO_PMCNTRL); in piix4_poweroff() 84 io_offset = pci_resource_start(dev, piix4_pm_io_region); in piix4_poweroff_probe()
|
/Linux-v4.19/drivers/gpu/drm/msm/dsi/ |
D | dsi_cfg.c | 21 .io_offset = 0, 41 .io_offset = DSI_6G_REG_SHIFT, 62 .io_offset = DSI_6G_REG_SHIFT, 78 .io_offset = DSI_6G_REG_SHIFT, 106 .io_offset = DSI_6G_REG_SHIFT, 126 .io_offset = DSI_6G_REG_SHIFT,
|
D | dsi_cfg.h | 35 u32 io_offset; member
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | pci.c | 87 unsigned long io_offset; in pci_controller_apertures() local 90 io_offset = (unsigned long)pci_ctrl->io_space.base; in pci_controller_apertures() 93 if (io_offset) in pci_controller_apertures() 100 res->start += io_offset; in pci_controller_apertures() 101 res->end += io_offset; in pci_controller_apertures() 102 pci_add_resource_offset(resources, res, io_offset); in pci_controller_apertures()
|
/Linux-v4.19/drivers/pcmcia/ |
D | omap_cf.c | 257 cf->socket.io_offset = (unsigned long) in omap_cf_probe() 259 if (!cf->socket.io_offset) in omap_cf_probe() 312 if (cf->socket.io_offset) in omap_cf_probe() 313 iounmap((void __iomem *) cf->socket.io_offset); in omap_cf_probe() 327 iounmap((void __iomem *) cf->socket.io_offset); in omap_cf_remove()
|
D | rsrc_mgr.c | 52 if (!s->io_offset) in static_find_io() 54 *base = s->io_offset | (*base & 0x0fff); in static_find_io()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | pci_32.c | 221 unsigned long io_offset; in pcibios_setup_phb_io_space() local 225 io_offset = pcibios_io_space_offset(hose); in pcibios_setup_phb_io_space() 226 res->start += io_offset; in pcibios_setup_phb_io_space() 227 res->end += io_offset; in pcibios_setup_phb_io_space()
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | pci-nanoengine.c | 159 pci_add_resource_offset(&sys->resources, &pci_io_ports, sys->io_offset); in pci_nanoengine_setup_resources() 177 sys->io_offset = 0x400; in pci_nanoengine_setup()
|
/Linux-v4.19/arch/mips/pci/ |
D | pci-malta.c | 75 .io_offset = 0x00000000UL, 152 gt64120_controller.io_offset = 0; in mips_pcibios_init() 214 msc_controller.io_offset = 0; in mips_pcibios_init()
|
D | pci-bcm1480ht.c | 194 .io_offset = A_BCM1480_PHYS_HT_IO_MATCH_BYTES, 209 bcm1480ht_controller.io_map_base -= bcm1480ht_controller.io_offset; in bcm1480ht_pcibios_init()
|
D | pci-bcm1480.c | 198 .io_offset = A_BCM1480_PHYS_PCI_IO_MATCH_BYTES, 255 bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; in bcm1480_pcibios_init()
|
D | pci-emma2rh.c | 53 .io_offset = 0,
|
D | pci-ip32.c | 120 .io_offset = 0,
|
/Linux-v4.19/drivers/misc/cb710/ |
D | core.c | 99 unsigned slot_mask, unsigned io_offset, const char *name) in cb710_register_slot() argument 107 name, chip->platform_id, nr, slot_mask, io_offset); in cb710_register_slot() 114 slot->iobase = chip->iobase + io_offset; in cb710_register_slot()
|
/Linux-v4.19/arch/mips/cobalt/ |
D | pci.c | 37 .io_offset = 0 - GT_DEF_PCI0_IO_BASE,
|
/Linux-v4.19/fs/xfs/ |
D | xfs_aops.c | 128 return ioend->io_offset + ioend->io_size > in xfs_ioend_is_append() 228 return __xfs_setfilesize(ip, tp, ioend->io_offset, ioend->io_size); in xfs_setfilesize_ioend() 241 xfs_off_t offset = ioend->io_offset; in xfs_end_io() 499 ioend->io_offset, ioend->io_size); in xfs_submit_ioend() 551 ioend->io_offset = offset; in xfs_alloc_ioend() 611 offset != wpc->ioend->io_offset + wpc->ioend->io_size) { in xfs_add_to_ioend()
|
D | xfs_aops.h | 39 xfs_off_t io_offset; /* offset in the file */ member
|
/Linux-v4.19/arch/mips/loongson64/common/ |
D | pci.c | 35 .io_offset = 0x00000000UL,
|
/Linux-v4.19/arch/sh/drivers/pci/ |
D | pci-dreamcast.c | 46 .io_offset = 0x00000000,
|
/Linux-v4.19/arch/microblaze/pci/ |
D | pci-common.c | 344 unsigned long io_offset = (unsigned long)hose->io_base_virt - in pci_mmap_legacy_page_range() local 346 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() 908 unsigned long io_offset; in pcibios_setup_phb_resources() local 916 io_offset = (unsigned long)hose->io_base_virt - isa_io_base; in pcibios_setup_phb_resources() 917 res->start = (res->start + io_offset) & 0xffffffffu; in pcibios_setup_phb_resources() 918 res->end = (res->end + io_offset) & 0xffffffffu; in pcibios_setup_phb_resources()
|
/Linux-v4.19/arch/arm/include/asm/mach/ |
D | pci.h | 48 unsigned long io_offset; /* bus->cpu IO mapping offset */ member
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pci.h | 39 unsigned long io_offset; member
|
/Linux-v4.19/arch/arm/common/ |
D | it8152.c | 297 sys->io_offset = (unsigned long)IT8152_IO_BASE; in it8152_pci_setup() 308 pci_add_resource_offset(&sys->resources, &it8152_io, sys->io_offset); in it8152_pci_setup()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pci.h | 26 unsigned long io_offset; member
|
/Linux-v4.19/arch/mips/txx9/generic/ |
D | pci.c | 198 pcic->io_offset = 0; /* busaddr == ioaddr */ in txx9_alloc_pci_controller() 204 pcic->io_offset = io_base - (mips_io_port_base - IO_BASE); in txx9_alloc_pci_controller()
|