Searched refs:io_start (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_irq.c40 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_irq_handler()
45 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_irq_handler()
188 dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_seqno_waiter_add()
219 dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_goal_waiter_add()
296 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_irq_preinstall()
297 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_irq_preinstall()
315 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_irq_uninstall()
316 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_irq_uninstall()
H A Dvmwgfx_drv.h382 unsigned int io_start; member in struct:vmw_private
571 outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); vmw_write()
572 outl(value, dev_priv->io_start + VMWGFX_VALUE_PORT); vmw_write()
583 outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); vmw_read()
584 val = inl(dev_priv->io_start + VMWGFX_VALUE_PORT); vmw_read()
H A Dvmwgfx_fifo.c272 dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_fifo_wait()
H A Dvmwgfx_drv.c621 dev_priv->io_start = pci_resource_start(dev->pdev, 0); vmw_driver_load()
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp_ebda.c230 debug ("%s - io_start: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_start); print_ebda_hpc()
872 hpc_ptr->u.isa_ctlr.io_start = readw (io_mem + addr); ebda_rsrc_controller()
874 if (!request_region (hpc_ptr->u.isa_ctlr.io_start, ebda_rsrc_controller()
875 (hpc_ptr->u.isa_ctlr.io_end - hpc_ptr->u.isa_ctlr.io_start + 1), ebda_rsrc_controller()
1140 release_region (controller->u.isa_ctlr.io_start, (controller->u.isa_ctlr.io_end - controller->u.isa_ctlr.io_start + 1)); ibmphp_free_ebda_hpc_queue()
H A Dibmphp.h203 u16 io_start; member in struct:isa_ctlr_access
H A Dibmphp_hpc.c362 start_address = ctlr_ptr->u.isa_ctlr.io_start; isa_ctrl_read()
376 start_address = ctlr_ptr->u.isa_ctlr.io_start; isa_ctrl_write()
/linux-4.1.27/fs/nfs/
H A Ddirect.c91 io_start, /* start of IO */ member in struct:nfs_direct_req
138 if (count + dreq->io_start < hdr->io_start + hdr->good_bytes) { nfs_direct_good_bytes()
139 count = hdr->io_start + hdr->good_bytes - dreq->io_start; nfs_direct_good_bytes()
600 dreq->io_start = pos; nfs_file_direct_read()
999 dreq->io_start = pos; nfs_file_direct_write()
H A Dread.c265 if (bound < hdr->io_start + hdr->good_bytes) { nfs_readpage_result()
268 hdr->good_bytes = bound - hdr->io_start; nfs_readpage_result()
H A Dpagelist.c64 hdr->io_start = req_offset(hdr->req); nfs_pgheader_init()
81 || pos < hdr->io_start + hdr->good_bytes) { nfs_set_pgio_error()
83 hdr->good_bytes = pos - hdr->io_start; nfs_set_pgio_error()
/linux-4.1.27/kernel/
H A Dresource.c1392 unsigned int io_start, io_num; reserve_setup() local
1395 if (get_option (&str, &io_start) != 2) reserve_setup()
1402 res->start = io_start; reserve_setup()
1403 res->end = io_start + io_num - 1; reserve_setup()
/linux-4.1.27/drivers/pci/host/
H A Dpcie-rcar.c374 phys_addr_t io_start = pci_pio_to_address(res->start); rcar_pcie_setup() local
375 pci_ioremap_io(nr * SZ_64K, io_start); rcar_pcie_setup()
/linux-4.1.27/include/linux/
H A Dnfs_xdr.h1329 loff_t io_start; member in struct:nfs_pgio_header

Completed in 359 milliseconds