Searched refs:iir (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dns16550.h49 #define iir fcr macro
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/stand/boot/
H A Dns16550.h49 #define iir fcr macro
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dns16550.h50 #define iir fcr macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A Ddv-lm32uart.c35 unsigned char iir; member in struct:lm32uart
97 uart->iir = MICOUART_IIR_TXRDY;
152 uart->iir &= ~MICOUART_IIR_TXRDY;
165 uart->iir |= MICOUART_IIR_TXRDY;
174 uart->iir = value;
224 value = uart->iir;
306 uart->iir = 0;
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Di915_irq.c187 u32 iir; local
192 iir = I915_READ(IIR);
193 if (!iir)
201 if (iir & I915_DISPLAY_PIPE_A_EVENT_INTERRUPT) {
208 if (iir & I915_DISPLAY_PIPE_B_EVENT_INTERRUPT) {
215 I915_WRITE(IIR, iir);
217 DRM_DEBUG("iir = 0x%08x, pipestats a = 0x%08x, b = 0x%08x\n",
218 iir, pipea_stats, pipeb_stats);
224 if (iir & I915_USER_INTERRUPT) {
240 (iir
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_uart.c51 bu16 BFIN_MMR_16(iir);
167 case mmr_offset(iir):
285 case mmr_offset(iir):
432 uart->iir = 0x0001;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dser-go32.c280 unsigned char iir, lsr, c;
297 iir = inb (port, com_iir) & IIR_IMASK;
298 switch (iir)
352 COUNT (iir);
279 unsigned char iir, lsr, c; local
H A Dhppa-linux-offsets.h101 #define PT_IIR offsetof(struct pt_regs, iir)
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/sandpoint/
H A Dsatmgr.c614 int iir; local
617 iir = CSR_READ(sc, IIR) & IIR_IMASK;
618 if (iir == IIR_NOPEND) {
623 switch (iir) {
635 iir = CSR_READ(sc, IIR) & IIR_IMASK;
636 } while (iir != IIR_NOPEND);
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddnkbd.c861 uint8_t iir, lsr, c; local
868 iir = bus_space_read_1(bst, bsh, com_iir);
870 switch (iir & IIR_IMASK) {
922 if (iir & IIR_NOPEND)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dcom.c1877 u_char lsr, iir; local
1885 iir = CSR_READ_1(regsp, COM_REG_IIR);
1886 if (ISSET(iir, IIR_NOPEND)) {
1970 if ((iir & (IIR_RXRDY|IIR_TXRDY)) == IIR_RXRDY) {
2011 } while (!ISSET((iir =
2018 (iir & IIR_IMASK) != IIR_TXRDY);
2066 if (!ISSET((iir = CSR_READ_1(regsp, COM_REG_IIR)), IIR_NOPEND))
2075 rnd_add_uint32(&sc->rnd_source, iir | lsr);
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Dtrap.S341 stw %r0, TF_CR19-TRAPFRAME_SIZEOF(%sr1, %t3) /* iir */
894 mfctl %iir, %arg0
1406 mfctl %iir, %r16
1527 mfctl %iir, %r16
1708 mfctl %iir, %r16
2049 mfctl %iir, %t2
2267 mfctl %iir, %r8
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dcom.c986 int iir; local
989 if ((iir = ISSET(inb(pio(iobase , com_iir)), IIR_NOPEND)))
1066 if ((iir = ISSET(inb(pio(iobase , com_iir)), IIR_NOPEND)))
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Dsscom.c1737 rnd_add_uint32(&sc->rnd_source, iir | rsr);
1802 rnd_add_uint32(&sc->rnd_source, iir | rsr);
/netbsd-6-1-5-RELEASE/sys/arch/sh3/dev/
H A Dsci.c1267 rnd_add_uint32(&sc->rnd_source, iir | lsr);
H A Dscif.c1405 rnd_add_uint32(&sc->rnd_source, iir | lsr);
/netbsd-6-1-5-RELEASE/sys/arch/arm/ixp12x0/
H A Dixp12x0_com.c1177 rnd_add_uint32(&sc->rnd_source, iir | lsr);
/netbsd-6-1-5-RELEASE/sys/arch/arm/sa11x0/
H A Dsa11x0_com.c1397 rnd_add_uint32(&sc->rnd_source, iir | lsr);
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimxuart.c1886 rnd_add_uint32(&sc->rnd_source, iir | lsr);
/netbsd-6-1-5-RELEASE/sys/lib/libkern/arch/hppa/
H A Dmilli.S221 iir: .equ 19 ; Interruption Instruction Register label

Completed in 263 milliseconds