Searched refs:io_start (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_irq.c | 40 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 D | vmwgfx_drv.h | 382 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 D | vmwgfx_fifo.c | 272 dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); vmw_fifo_wait()
|
H A D | vmwgfx_drv.c | 621 dev_priv->io_start = pci_resource_start(dev->pdev, 0); vmw_driver_load()
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 230 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 D | ibmphp.h | 203 u16 io_start; member in struct:isa_ctlr_access
|
H A D | ibmphp_hpc.c | 362 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 D | direct.c | 91 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 D | read.c | 265 if (bound < hdr->io_start + hdr->good_bytes) { nfs_readpage_result() 268 hdr->good_bytes = bound - hdr->io_start; nfs_readpage_result()
|
H A D | pagelist.c | 64 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 D | resource.c | 1392 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 D | pcie-rcar.c | 374 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 D | nfs_xdr.h | 1329 loff_t io_start; member in struct:nfs_pgio_header
|
Completed in 359 milliseconds