Searched refs:io_port (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103iop.c109 struct mn103iop *io_port)
129 io_port->block[i].base = attach_address;
133 io_port->block[i].bound = attach_address + (attach_size - 1);
144 struct mn103iop *io_port; local
147 io_port = HW_ZALLOC (me, struct mn103iop);
148 set_hw_data (me, io_port);
153 attach_mn103iop_regs (me, io_port);
158 io_port->port[i].output = 0;
159 io_port->port[i].output_mode = 0;
160 io_port
108 attach_mn103iop_regs(struct hw *me, struct mn103iop *io_port) argument
172 decode_addr(struct hw *me, struct mn103iop *io_port, unsigned_word address) argument
208 read_output_reg(struct hw *me, struct mn103iop *io_port, unsigned_word io_port_reg, const void *dest, unsigned nr_bytes) argument
227 read_output_mode_reg(struct hw *me, struct mn103iop *io_port, unsigned_word io_port_reg, const void *dest, unsigned nr_bytes) argument
248 read_control_reg(struct hw *me, struct mn103iop *io_port, unsigned_word io_port_reg, const void *dest, unsigned nr_bytes) argument
267 read_pin_reg(struct hw *me, struct mn103iop *io_port, unsigned_word io_port_reg, const void *dest, unsigned nr_bytes) argument
286 read_dedicated_control_reg(struct hw *me, struct mn103iop *io_port, unsigned_word io_port_reg, const void *dest, unsigned nr_bytes) argument
318 struct mn103iop *io_port = hw_data (me); local
370 write_output_reg(struct hw *me, struct mn103iop *io_port, unsigned_word io_port_reg, const void *source, unsigned nr_bytes) argument
397 write_output_mode_reg(struct hw *me, struct mn103iop *io_port, unsigned_word io_port_reg, const void *source, unsigned nr_bytes) argument
427 write_control_reg(struct hw *me, struct mn103iop *io_port, unsigned_word io_port_reg, const void *source, unsigned nr_bytes) argument
454 write_dedicated_control_reg(struct hw *me, struct mn103iop *io_port, unsigned_word io_port_reg, const void *source, unsigned nr_bytes) argument
501 struct mn103iop *io_port = hw_data (me); local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dvreset.c53 u_short io_port; member in struct:VgaRegs
567 while (svp->io_port != ENDMK) {
568 outb(svp->io_port, svp->io_index);
569 outb(svp->io_port+1, svp->io_value);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsiopreg.h457 uint16_t io_port; /* PCI I/O address */ member in struct:nvram_symbios::nvram_symbios_host

Completed in 73 milliseconds