Searched refs:io_start (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 40 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_handler() 45 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_handler() 193 dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_seqno_waiter_add() 224 dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_goal_waiter_add() 301 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_preinstall() 302 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_preinstall() 322 status = inl(dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_uninstall() 323 outl(status, dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_irq_uninstall()
|
D | vmwgfx_drv.h | 199 unsigned int io_start; member 354 outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); in vmw_write() 355 outl(value, dev_priv->io_start + VMWGFX_VALUE_PORT); in vmw_write() 363 outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); in vmw_read() 364 val = inl(dev_priv->io_start + VMWGFX_VALUE_PORT); in vmw_read()
|
D | vmwgfx_fifo.c | 255 dev_priv->io_start + VMWGFX_IRQSTATUS_PORT); in vmw_fifo_wait()
|
D | vmwgfx_drv.c | 463 dev_priv->io_start = pci_resource_start(dev->pdev, 0); in vmw_driver_load()
|
/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 231 debug ("%s - io_start: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_start); in print_ebda_hpc() 873 hpc_ptr->u.isa_ctlr.io_start = readw (io_mem + addr); in ebda_rsrc_controller() 875 if (!request_region (hpc_ptr->u.isa_ctlr.io_start, in ebda_rsrc_controller() 876 (hpc_ptr->u.isa_ctlr.io_end - hpc_ptr->u.isa_ctlr.io_start + 1), in ebda_rsrc_controller() 1141 …release_region (controller->u.isa_ctlr.io_start, (controller->u.isa_ctlr.io_end - controller->u.is… in ibmphp_free_ebda_hpc_queue()
|
D | ibmphp_hpc.c | 362 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_read() 376 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_write()
|
D | ibmphp.h | 203 u16 io_start; member
|