/Linux-v6.1/drivers/gpu/drm/msm/dsi/ |
D | dsi_cfg.c | 19 .io_offset = 0, 39 .io_offset = DSI_6G_REG_SHIFT, 58 .io_offset = DSI_6G_REG_SHIFT, 77 .io_offset = DSI_6G_REG_SHIFT, 96 .io_offset = DSI_6G_REG_SHIFT, 116 .io_offset = DSI_6G_REG_SHIFT, 135 .io_offset = DSI_6G_REG_SHIFT, 153 .io_offset = DSI_6G_REG_SHIFT, 175 .io_offset = DSI_6G_REG_SHIFT, 189 .io_offset = DSI_6G_REG_SHIFT, [all …]
|
D | dsi_cfg.h | 34 u32 io_offset; member
|
/Linux-v6.1/drivers/power/reset/ |
D | piix4-poweroff.c | 14 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-v6.1/drivers/pcmcia/ |
D | rsrc_mgr.c | 49 if (!s->io_offset) in static_find_io() 51 *base = s->io_offset | (*base & 0x0fff); in static_find_io()
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | pci_32.c | 230 unsigned long io_offset; in pcibios_setup_phb_io_space() local 234 io_offset = pcibios_io_space_offset(hose); in pcibios_setup_phb_io_space() 235 res->start += io_offset; in pcibios_setup_phb_io_space() 236 res->end += io_offset; in pcibios_setup_phb_io_space()
|
/Linux-v6.1/arch/arm/mach-sa1100/ |
D | pci-nanoengine.c | 146 pci_add_resource_offset(&sys->resources, &pci_io_ports, sys->io_offset); in pci_nanoengine_setup_resources() 164 sys->io_offset = 0x400; in pci_nanoengine_setup()
|
/Linux-v6.1/arch/mips/pci/ |
D | pci-malta.c | 63 .io_offset = 0x00000000UL, 140 gt64120_controller.io_offset = 0; in mips_pcibios_init() 202 msc_controller.io_offset = 0; in mips_pcibios_init()
|
D | pci-bcm1480ht.c | 181 .io_offset = A_BCM1480_PHYS_HT_IO_MATCH_BYTES, 196 bcm1480ht_controller.io_map_base -= bcm1480ht_controller.io_offset; in bcm1480ht_pcibios_init()
|
D | pci-bcm1480.c | 185 .io_offset = A_BCM1480_PHYS_PCI_IO_MATCH_BYTES, 242 bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; in bcm1480_pcibios_init()
|
D | pci-ip32.c | 120 .io_offset = 0,
|
/Linux-v6.1/drivers/misc/cb710/ |
D | core.c | 96 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-v6.1/fs/xfs/ |
D | xfs_aops.c | 38 return ioend->io_offset + ioend->io_size > in xfs_ioend_is_append() 86 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend() 133 error = xfs_setfilesize(ip, ioend->io_offset, ioend->io_size); in xfs_end_ioend() 430 ioend->io_offset, ioend->io_size); in xfs_prepare_ioend()
|
/Linux-v6.1/include/linux/platform_data/ |
D | xtalk-bridge.h | 17 unsigned long io_offset; member
|
/Linux-v6.1/arch/mips/cobalt/ |
D | pci.c | 37 .io_offset = 0 - GT_DEF_PCI0_IO_BASE,
|
/Linux-v6.1/arch/microblaze/pci/ |
D | pci-common.c | 289 unsigned long io_offset = (unsigned long)hose->io_base_virt - in pci_mmap_legacy_page_range() local 291 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() 848 unsigned long io_offset; in pcibios_setup_phb_resources() local 856 io_offset = (unsigned long)hose->io_base_virt - isa_io_base; in pcibios_setup_phb_resources() 857 res->start = (res->start + io_offset) & 0xffffffffu; in pcibios_setup_phb_resources() 858 res->end = (res->end + io_offset) & 0xffffffffu; in pcibios_setup_phb_resources()
|
/Linux-v6.1/arch/mips/loongson2ef/common/ |
D | pci.c | 30 .io_offset = 0x00000000UL,
|
/Linux-v6.1/arch/arm/include/asm/mach/ |
D | pci.h | 38 unsigned long io_offset; /* bus->cpu IO mapping offset */ member
|
/Linux-v6.1/arch/sh/drivers/pci/ |
D | pci-dreamcast.c | 43 .io_offset = 0x00000000,
|
D | pci-sh7751.c | 64 .io_offset = 0x00000000,
|
/Linux-v6.1/fs/iomap/ |
D | buffered-io.c | 1045 loff_t offset = ioend->io_offset; in iomap_finish_ioend() 1124 if (ioend->io_offset + ioend->io_size != next->io_offset) in iomap_ioend_can_merge() 1165 if (ia->io_offset < ib->io_offset) in iomap_ioend_compare() 1167 if (ia->io_offset > ib->io_offset) in iomap_ioend_compare() 1239 ioend->io_offset = offset; in iomap_alloc_ioend() 1276 if (offset != wpc->ioend->io_offset + wpc->ioend->io_size) in iomap_can_add_to_ioend()
|
/Linux-v6.1/arch/mips/include/asm/ |
D | pci.h | 39 unsigned long io_offset; member
|
/Linux-v6.1/arch/sh/include/asm/ |
D | pci.h | 24 unsigned long io_offset; member
|
/Linux-v6.1/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()
|
/Linux-v6.1/arch/sparc/kernel/ |
D | pci_impl.h | 104 resource_size_t io_offset; member
|
/Linux-v6.1/include/pcmcia/ |
D | ss.h | 156 u_int io_offset; member
|