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

/netbsd-current/sys/dev/ic/
H A Dns16450reg.h42 #define com_iir 2 /* interrupt identification (R) */ macro
H A Dst16650reg.h45 #define com_iir 2 /* interrupt identification (R) */ macro
H A Dns16550reg.h45 #define com_iir 2 /* interrupt identification (R) */ macro
H A Dcom.c256 [COM_REG_IIR] = com_iir,
/netbsd-current/sys/arch/i386/stand/lib/
H A Dcomio_direct.c126 inb(combase + com_iir);
172 inb(combase + com_iir);
228 inb(combase + com_iir);
/netbsd-current/sys/arch/hpcmips/stand/lcboot/
H A Dcom.c98 stat = REGREAD_1(VR4181_SIU_ADDR, com_iir);
/netbsd-current/sys/arch/evbarm/stand/board/
H A Dns16550.c127 (void) INB(com_iir);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-go32.c39 #define com_iir 2 /* interrupt identification (R) */ macro
292 iir = inb (port, com_iir) & IIR_IMASK;
490 outb (port, com_iir, 0);
493 if ((inb (port, com_iir) & 0x38) == 0)
508 port->fifo = ((inb (port, com_iir) & IIR_FIFO_MASK) == IIR_FIFO_MASK);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-go32.c40 #define com_iir 2 /* interrupt identification (R) */ macro
293 iir = inb (port, com_iir) & IIR_IMASK;
491 outb (port, com_iir, 0);
494 if ((inb (port, com_iir) & 0x38) == 0)
509 port->fifo = ((inb (port, com_iir) & IIR_FIFO_MASK) == IIR_FIFO_MASK);
/netbsd-current/sys/arch/hpcmips/isa/
H A Disa_machdep.c338 *((volatile u_int8_t *)(addr + com_iir)) = 0;
341 ubtmp2 = *((volatile u_int8_t *)(addr + com_iir));
/netbsd-current/sys/arch/rs6000/rs6000/
H A Dmachdep.c590 stat = KCOM_GETBYTE(com_iir);
/netbsd-current/sys/arch/hp300/dev/
H A Ddnkbd.c342 (void)bus_space_read_1(bst, bsh, com_iir);
885 iir = bus_space_read_1(bst, bsh, com_iir);
/netbsd-current/sys/arch/netwinder/netwinder/
H A Dnetwinder_machdep.c1012 stat = KCOM_GETBYTE(com_iir);

Completed in 241 milliseconds