/Linux-v4.19/drivers/gpu/drm/msm/dsi/ |
D | dsi_cfg.c | 32 .io_start = { 0x4700000, 0x5800000 }, 53 .io_start = { 0xfd922800, 0xfd922b00 }, 73 .io_start = { 0x1a98000 }, 93 .io_start = { 0xfd998000, 0xfd9a0000 }, 117 .io_start = { 0x994000, 0x996000 }, 135 .io_start = { 0xae94000, 0xae96000 },
|
D | dsi_cfg.h | 39 const resource_size_t io_start[DSI_MAX]; member
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 84 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_handler() 88 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_handler() 242 outl(flag, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_generic_waiter_add() 335 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_preinstall() 336 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_preinstall() 352 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_uninstall() 353 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_uninstall()
|
D | vmwgfx_drv.h | 375 unsigned int io_start; member 590 outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); in vmw_write() 591 outl(value, dev_priv->io_start + VMWGFX_VALUE_PORT); in vmw_write() 601 outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); in vmw_read() 602 val = inl(dev_priv->io_start + VMWGFX_VALUE_PORT); in vmw_read()
|
D | vmwgfx_drv.c | 691 dev_priv->io_start = pci_resource_start(dev->pdev, 0); in vmw_driver_load()
|
/Linux-v4.19/lib/ |
D | logic_pio.c | 81 new_range->io_start = mmio_sz; in logic_pio_register_range() 87 new_range->io_start = iio_sz; in logic_pio_register_range() 126 if (in_range(pio, range->io_start, range->size)) in find_io_range() 148 return range->hw_start + pio - range->io_start; in logic_pio_to_hwaddr() 176 return addr - range->hw_start + range->io_start; in logic_pio_trans_hwaddr() 187 return addr - range->hw_start + range->io_start; in logic_pio_trans_cpuaddr()
|
/Linux-v4.19/drivers/irqchip/ |
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-v4.19/include/linux/irqchip/ |
D | irq-sa11x0.h | 15 void __init sa11x0_init_irq_nodt(int irq_start, resource_size_t io_start);
|
/Linux-v4.19/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy_28nm.c | 149 .io_start = { 0xfd922b00, 0xfd923100 }, 167 .io_start = { 0x1a98500 },
|
D | dsi_phy.h | 42 const resource_size_t io_start[DSI_MAX]; member
|
D | dsi_phy_20nm.c | 150 .io_start = { 0xfd998300, 0xfd9a0300 },
|
D | dsi_phy_14nm.c | 167 .io_start = { 0x994400, 0x996400 },
|
D | dsi_phy_10nm.c | 221 .io_start = { 0xae94400, 0xae96400 },
|
D | dsi_phy_28nm_8960.c | 196 .io_start = { 0x4700300, 0x5800300 },
|
D | dsi_phy.c | 531 if (cfg->io_start[i] == res->start) in dsi_phy_get_id()
|
/Linux-v4.19/fs/nfs/ |
D | direct.c | 89 loff_t io_start; /* Start offset for I/O */ member 135 if (count + dreq->io_start < hdr->io_start + hdr->good_bytes) { in nfs_direct_good_bytes() 136 count = hdr->io_start + hdr->good_bytes - dreq->io_start; in nfs_direct_good_bytes() 579 dreq->io_start = iocb->ki_pos; in nfs_file_direct_read() 998 dreq->io_start = pos; in nfs_file_direct_write()
|
D | read.c | 204 trace_nfs_initiate_read(inode, hdr->io_start, hdr->good_bytes); in nfs_initiate_read() 283 if (bound < hdr->io_start + hdr->good_bytes) { in nfs_readpage_result() 286 hdr->good_bytes = bound - hdr->io_start; in nfs_readpage_result()
|
D | pagelist.c | 51 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init() 68 || pos < hdr->io_start + hdr->good_bytes) { in nfs_set_pgio_error() 70 hdr->good_bytes = pos - hdr->io_start; in nfs_set_pgio_error()
|
/Linux-v4.19/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() 629 io_end = lpcdev->io_host->io_start + lpcdev->io_host->size; in hisi_lpc_probe() 631 &lpcdev->io_host->io_start, &io_end); in hisi_lpc_probe()
|
/Linux-v4.19/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() 839 hpc_ptr->u.isa_ctlr.io_start = readw(io_mem + addr); in ebda_rsrc_controller() 841 if (!request_region(hpc_ptr->u.isa_ctlr.io_start, in ebda_rsrc_controller() 842 (hpc_ptr->u.isa_ctlr.io_end - hpc_ptr->u.isa_ctlr.io_start + 1), in ebda_rsrc_controller() 1102 …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 | 348 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_read() 362 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_write()
|
D | ibmphp.h | 189 u16 io_start; member
|
/Linux-v4.19/include/linux/ |
D | logic_pio.h | 22 resource_size_t io_start; member
|
D | nfs_xdr.h | 1467 loff_t io_start; member
|
/Linux-v4.19/kernel/ |
D | resource.c | 1460 unsigned int io_start, io_num; in reserve_setup() local 1464 if (get_option(&str, &io_start) != 2) in reserve_setup() 1475 if (io_start < 0x10000) { in reserve_setup() 1483 res->start = io_start; in reserve_setup() 1484 res->end = io_start + io_num - 1; in reserve_setup()
|