| /linux/lib/ |
| H A D | logic_pio.c | 61 mmio_end = range->io_start + range->size; in logic_pio_register_range() 83 new_range->io_start = mmio_end; in logic_pio_register_range() 89 new_range->io_start = iio_sz; in logic_pio_register_range() 148 if (in_range(pio, range->io_start, range->size)) { in find_io_range() 176 return range->hw_start + pio - range->io_start; in logic_pio_to_hwaddr() 204 return addr - range->hw_start + range->io_start; in logic_pio_trans_hwaddr() 218 cpuaddr = addr - range->hw_start + range->io_start; in logic_pio_trans_cpuaddr()
|
| /linux/drivers/gpu/drm/msm/dsi/phy/ |
| H A D | dsi_phy_7nm.c | 1281 .io_start = { 0xae94400, 0xae96400 }, 1301 .io_start = { 0x5e94400 }, 1320 .io_start = { 0xae94400, 0xae96400 }, 1342 .io_start = { 0xae94400 }, 1365 .io_start = { 0xae94400, 0xae96400 }, 1388 .io_start = { 0xae94400, 0xae96400 }, 1411 .io_start = { 0xae94400, 0xae96400 }, 1434 .io_start = { 0xae95000, 0xae97000 }, 1457 .io_start = { 0xae95000, 0xae97000 }, 1480 .io_start = { 0xae95000, 0xae97000 }, [all …]
|
| H A D | dsi_phy_28nm.c | 883 .io_start = { 0xfd922b00, 0xfd923100 }, 900 .io_start = { 0x1a94400, 0x1a96400 }, 917 .io_start = { 0x1a98500 }, 935 .io_start = { 0xfd922b00 }, 953 .io_start = { 0x1a94400, 0x1a96400 },
|
| H A D | dsi_phy_20nm.c | 144 .io_start = { 0xfd998500, 0xfd9a0500 },
|
| H A D | dsi_phy_10nm.c | 1015 .io_start = { 0xae94400, 0xae96400 }, 1033 .io_start = { 0xc994400, 0xc996400 },
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_region_lmem.c | 194 resource_size_t io_start; in setup_lmem() local 239 io_start = pci_resource_start(pdev, GEN12_LMEM_BAR); in setup_lmem() 250 io_start, in setup_lmem()
|
| /linux/drivers/irqchip/ |
| H A D | irq-sa11x0.c | 151 void __init sa11x0_init_irq_nodt(int irq_start, resource_size_t io_start) in sa11x0_init_irq_nodt() argument 153 iobase = ioremap(io_start, SZ_64K); in sa11x0_init_irq_nodt()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | mock_region.c | 110 resource_size_t io_start, in mock_region_create() argument 121 io_start, io_size, in mock_region_create()
|
| H A D | mock_region.h | 19 resource_size_t io_start,
|
| /linux/fs/nfs/ |
| H A D | direct.c | 107 loff_t hdr_end = hdr->io_start + hdr->good_bytes; in nfs_direct_count_bytes() 110 if (hdr_end > dreq->io_start) in nfs_direct_count_bytes() 111 dreq_len = hdr_end - dreq->io_start; in nfs_direct_count_bytes() 126 size_t req_start = (size_t)(offs - dreq->io_start); in nfs_direct_truncate_request() 223 loff_t start = offset - dreq->io_start; in nfs_dreq_bytes_left() 460 dreq->io_start = iocb->ki_pos; in nfs_file_direct_read() 783 nfs_direct_file_adjust_size_locked(inode, dreq->io_start, dreq->count); in nfs_direct_write_completion() 1025 dreq->io_start = pos; in nfs_file_direct_write()
|
| H A D | pagelist.c | 105 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init() 121 unsigned int new = pos - hdr->io_start; in nfs_set_pgio_error() 1395 nfs_set_pgio_error(hdr, err, hdr->io_start); in nfs_pageio_resend()
|
| H A D | read.c | 275 unsigned int new = pos - hdr->io_start; in nfs_readpage_result()
|
| /linux/arch/mips/loongson64/ |
| H A D | init.c | 175 if (range->io_start != 0) { in add_legacy_isa_io() 181 vaddr = (unsigned long)PCI_IOBASE + range->io_start; in add_legacy_isa_io()
|
| /linux/include/linux/irqchip/ |
| H A D | irq-sa11x0.h | 12 void __init sa11x0_init_irq_nodt(int irq_start, resource_size_t io_start);
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_drv.h | 469 resource_size_t io_start; member 666 outl(offset, dev_priv->io_start + SVGA_INDEX_PORT); in vmw_write() 667 outl(value, dev_priv->io_start + SVGA_VALUE_PORT); in vmw_write() 681 outl(offset, dev_priv->io_start + SVGA_INDEX_PORT); in vmw_read() 682 val = inl(dev_priv->io_start + SVGA_VALUE_PORT); in vmw_read() 1491 status = inl(vmw->io_start + SVGA_IRQSTATUS_PORT); in vmw_irq_status_read() 1501 outl(status, vmw->io_start + SVGA_IRQSTATUS_PORT); in vmw_irq_status_write()
|
| /linux/drivers/pci/hotplug/ |
| H A D | ibmphp_ebda.c | 216 debug("%s - io_start: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_start); in print_ebda_hpc() 809 hpc_ptr->u.isa_ctlr.io_start = readw(io_mem + addr); in ebda_rsrc_controller() 811 if (!request_region(hpc_ptr->u.isa_ctlr.io_start, in ebda_rsrc_controller() 812 (hpc_ptr->u.isa_ctlr.io_end - hpc_ptr->u.isa_ctlr.io_start + 1), in ebda_rsrc_controller() 1049 …release_region(controller->u.isa_ctlr.io_start, (controller->u.isa_ctlr.io_end - controller->u.isa… in ibmphp_free_ebda_hpc_queue()
|
| H A D | ibmphp_hpc.c | 330 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_read() 343 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_write()
|
| H A D | ibmphp.h | 190 u16 io_start; member
|
| /linux/drivers/bus/ |
| H A D | hisi_lpc.c | 196 return pio - lpcdev->io_host->io_start + lpcdev->io_host->hw_start; in hisi_lpc_pio_to_addr() 653 io_end = lpcdev->io_host->io_start + lpcdev->io_host->size; in hisi_lpc_probe() 655 &lpcdev->io_host->io_start, &io_end); in hisi_lpc_probe()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_stolen.c | 923 resource_size_t io_start, io_size; in i915_gem_stolen_lmem_setup() local 975 io_start = intel_uncore_read64(uncore, GEN6_DSMBASE) & GEN11_BDSM_MASK; in i915_gem_stolen_lmem_setup() 978 io_start = 0; in i915_gem_stolen_lmem_setup() 981 io_start = pci_resource_start(pdev, GEN12_LMEM_BAR) + dsm_base; in i915_gem_stolen_lmem_setup() 990 io_start, io_size, in i915_gem_stolen_lmem_setup()
|
| /linux/include/linux/ |
| H A D | logic_pio.h | 22 resource_size_t io_start; member
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | intel_memory_region.c | 252 resource_size_t io_start, in intel_memory_region_create() argument 267 mem->io = DEFINE_RES_MEM(io_start, io_size); in intel_memory_region_create()
|
| H A D | intel_memory_region.h | 99 resource_size_t io_start,
|
| /linux/arch/loongarch/kernel/ |
| H A D | setup.c | 489 if (range->io_start != 0) { in add_legacy_isa_io() 495 vaddr = (unsigned long)(PCI_IOBASE + range->io_start); in add_legacy_isa_io()
|
| /linux/kernel/ |
| H A D | resource.c | 1798 unsigned int io_start, io_num; in reserve_setup() local 1802 if (get_option(&str, &io_start) != 2) in reserve_setup() 1813 if (io_start < 0x10000) { in reserve_setup() 1814 *res = DEFINE_RES_IO_NAMED(io_start, io_num, "reserved"); in reserve_setup() 1817 *res = DEFINE_RES_MEM_NAMED(io_start, io_num, "reserved"); in reserve_setup()
|