Lines Matching +full:isa +full:- +full:base
4 /* ISA bus */
8 #include "hw/qdev-core.h"
13 #define TYPE_ISA_DEVICE "isa-device"
16 #define TYPE_ISA_BUS "ISA"
19 #define TYPE_ISADMA "isa-dma"
76 * isa_bus_get_irq: Return input IRQ on ISA bus.
77 * @bus: the #ISABus to plug ISA devices on.
78 * @irqnum: the ISA IRQ number.
80 * Return IRQ @irqnum from the PIC associated on ISA @bus.
97 * isa_register_ioport: Install an I/O port region on the ISA bus.
100 * inside the ISA I/O address space.
104 * @start: the base I/O port.
109 * isa_register_portio_list: Initialize a set of ISA io ports
111 * Several ISA devices have many dis-joint I/O ports. Worse, these I/O
118 * @start: the base I/O port against which the portio->offset is applied.
124 * ISA bus is not available)