/Linux-v5.4/drivers/gpu/drm/msm/dsi/ |
D | dsi_cfg.c | 24 .io_start = { 0x4700000, 0x5800000 }, 45 .io_start = { 0xfd922800, 0xfd922b00 }, 65 .io_start = { 0x1a98000 }, 85 .io_start = { 0xfd998000, 0xfd9a0000 }, 109 .io_start = { 0x994000, 0x996000 }, 128 .io_start = { 0xc994000, 0xc996000 }, 146 .io_start = { 0xae94000, 0xae96000 },
|
D | dsi_cfg.h | 32 const resource_size_t io_start[DSI_MAX]; member
|
/Linux-v5.4/lib/ |
D | logic_pio.c | 59 mmio_end = range->io_start + range->size; in logic_pio_register_range() 81 new_range->io_start = mmio_end; in logic_pio_register_range() 87 new_range->io_start = iio_sz; in logic_pio_register_range() 146 if (in_range(pio, range->io_start, range->size)) { in find_io_range() 174 return range->hw_start + pio - range->io_start; in logic_pio_to_hwaddr() 202 return addr - range->hw_start + range->io_start; in logic_pio_trans_hwaddr() 216 cpuaddr = addr - range->hw_start + range->io_start; in logic_pio_trans_cpuaddr()
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 85 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_handler() 89 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_handler() 243 outl(flag, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_generic_waiter_add() 336 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_preinstall() 337 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_preinstall() 353 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_uninstall() 354 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_uninstall()
|
D | vmwgfx_drv.h | 442 unsigned int io_start; member 636 outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); in vmw_write() 637 outl(value, dev_priv->io_start + VMWGFX_VALUE_PORT); in vmw_write() 647 outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); in vmw_read() 648 val = inl(dev_priv->io_start + VMWGFX_VALUE_PORT); in vmw_read()
|
D | vmwgfx_drv.c | 655 dev_priv->io_start = pci_resource_start(dev->pdev, 0); in vmw_driver_load()
|
/Linux-v5.4/drivers/irqchip/ |
D | irq-sa11x0.c | 148 void __init sa11x0_init_irq_nodt(int irq_start, resource_size_t io_start) in sa11x0_init_irq_nodt() argument 150 iobase = ioremap(io_start, SZ_64K); in sa11x0_init_irq_nodt()
|
/Linux-v5.4/include/linux/irqchip/ |
D | irq-sa11x0.h | 12 void __init sa11x0_init_irq_nodt(int irq_start, resource_size_t io_start);
|
/Linux-v5.4/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy_28nm.c | 141 .io_start = { 0xfd922b00, 0xfd923100 }, 159 .io_start = { 0x1a98500 },
|
D | dsi_phy_10nm.c | 226 .io_start = { 0xae94400, 0xae96400 }, 244 .io_start = { 0xc994400, 0xc996400 },
|
D | dsi_phy.h | 37 const resource_size_t io_start[DSI_MAX]; member
|
D | dsi_phy_20nm.c | 142 .io_start = { 0xfd998300, 0xfd9a0300 },
|
D | dsi_phy_14nm.c | 161 .io_start = { 0x994400, 0x996400 },
|
D | dsi_phy_28nm_8960.c | 190 .io_start = { 0x4700300, 0x5800300 },
|
D | dsi_phy.c | 529 if (cfg->io_start[i] == res->start) in dsi_phy_get_id()
|
/Linux-v5.4/fs/nfs/ |
D | direct.c | 80 loff_t io_start; /* Start offset for I/O */ member 139 loff_t hdr_end = hdr->io_start + hdr->good_bytes; in nfs_direct_count_bytes() 142 if (hdr_end > dreq->io_start) in nfs_direct_count_bytes() 143 dreq_len = hdr_end - dreq->io_start; in nfs_direct_count_bytes() 569 dreq->io_start = iocb->ki_pos; in nfs_file_direct_read() 987 dreq->io_start = pos; in nfs_file_direct_write()
|
D | read.c | 217 trace_nfs_initiate_read(inode, hdr->io_start, hdr->good_bytes); in nfs_initiate_read() 293 unsigned int new = pos - hdr->io_start; in nfs_readpage_result()
|
D | pagelist.c | 52 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init() 67 unsigned int new = pos - hdr->io_start; in nfs_set_pgio_error() 1269 nfs_set_pgio_error(hdr, err, hdr->io_start); in nfs_pageio_resend()
|
/Linux-v5.4/drivers/bus/ |
D | hisi_lpc.c | 196 return pio - lpcdev->io_host->io_start + lpcdev->io_host->hw_start; in hisi_lpc_pio_to_addr() 645 io_end = lpcdev->io_host->io_start + lpcdev->io_host->size; in hisi_lpc_probe() 647 &lpcdev->io_host->io_start, &io_end); in hisi_lpc_probe()
|
/Linux-v5.4/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 216 debug("%s - io_start: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_start); in print_ebda_hpc() 810 hpc_ptr->u.isa_ctlr.io_start = readw(io_mem + addr); in ebda_rsrc_controller() 812 if (!request_region(hpc_ptr->u.isa_ctlr.io_start, in ebda_rsrc_controller() 813 (hpc_ptr->u.isa_ctlr.io_end - hpc_ptr->u.isa_ctlr.io_start + 1), in ebda_rsrc_controller() 1052 …release_region(controller->u.isa_ctlr.io_start, (controller->u.isa_ctlr.io_end - controller->u.isa… in ibmphp_free_ebda_hpc_queue()
|
D | ibmphp_hpc.c | 331 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_read() 345 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_write()
|
D | ibmphp.h | 189 u16 io_start; member
|
/Linux-v5.4/include/linux/ |
D | logic_pio.h | 22 resource_size_t io_start; member
|
/Linux-v5.4/kernel/ |
D | resource.c | 1492 unsigned int io_start, io_num; in reserve_setup() local 1496 if (get_option(&str, &io_start) != 2) in reserve_setup() 1507 if (io_start < 0x10000) { in reserve_setup() 1515 res->start = io_start; in reserve_setup() 1516 res->end = io_start + io_num - 1; in reserve_setup()
|
/Linux-v5.4/fs/ |
D | io_uring.c | 170 off_t io_start; member 1285 start = al->io_start & PAGE_MASK; in io_should_merge() 1286 end = (al->io_start + al->io_len + PAGE_SIZE - 1) & PAGE_MASK; in io_should_merge() 1326 async_list->io_start = kiocb->ki_pos; in io_async_list_note()
|