Searched refs:ier (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dns16550.h39 volatile unsigned char ier; /* 1 */ member in struct:NS16550
51 #define dlm ier
H A Dns16550.c57 com_port->ier = 0x00;
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/stand/boot/
H A Dns16550.h39 volatile unsigned char ier; /* 1 */ member in struct:NS16550
51 #define dlm ier
H A Dns16550.c57 com_port->ier = 0x00; /* enable no interrupts */
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dns16550.h40 unsigned char ier; /* 1 */ member in struct:NS16550
52 #define dlm ier
H A Dns16550.c57 com_port->ier = 0x00;
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/netboot/
H A Dif_ie.c144 ie_error(struct netif *nif, char *str, volatile struct iereg *ier) argument
151 ieack(volatile struct iereg *ier, struct iemem *iem) argument
156 ier->ie_attention = 1; /* chan attention! */
164 volatile struct iereg *ier = ie_softc.sc_reg; local
173 /*printf("ier %x iem %x\n", ier, iem);*/
196 ier->ie_porthigh = a & 0xffff;
199 ier->ie_portlow = a >> 16;
205 ier->ie_porthigh = a & 0xffff;
208 ier
292 volatile struct iereg *ier = ie_softc.sc_reg; local
357 volatile struct iereg *ier = ie_softc.sc_reg; local
438 volatile struct iereg *ier = ie_softc.sc_reg; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_uart2.c43 bu16 ier; member in struct:bfin_uart
93 if (uart->ier & ETBEI)
97 uart->ier |= value;
100 dv_w1c_2 (&uart->ier, value, -1);
150 dv_store_2 (dest, uart->ier);
194 if (ret == nr_bytes && (uart->ier & ETBEI))
H A Ddv-bfin_uart.c44 bu16 ier; member in struct:bfin_uart
103 if (uart->ier & ERBFI)
154 if (uart->ier & ETBEI)
163 uart->ier = value;
277 dv_store_2 (dest, uart->ier);
372 if (ret == nr_bytes && (uart->ier & ETBEI))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A Ddv-lm32uart.c34 unsigned char ier; member in struct:lm32uart
90 if (uart->ier & LM32_UART_IER_TX_INT)
159 uart->ier = value;
221 value = uart->ier;
305 uart->ier = 0;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dmlx_pci.c514 u_int32_t ier; local
517 ier = MLX_V4_IE_MASK | MLX_V4_IE_DISINT;
519 ier = MLX_V4_IE_MASK & ~MLX_V4_IE_DISINT;
521 mlx_outl(mlx, MLX_V4REG_IE, ier);
625 u_int8_t ier; local
628 ier = 0xff & MLX_V5_IE_DISINT;
630 ier = 0xff & ~MLX_V5_IE_DISINT;
632 mlx_outb(mlx, MLX_V5REG_IE, ier);
H A Dif_txp.c427 u_int32_t r, i, ier, imr; local
429 ier = READ_REG(sc, TXP_IER);
430 WRITE_REG(sc, TXP_IER, ier | TXP_INT_A2H_0);
489 WRITE_REG(sc, TXP_IER, ier);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dtic6x-control-registers.h38 CTRL(ier, C62X, read_write, 0x4, 0x10)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dtic6x-control-registers.h38 CTRL(ier, C62X, read_write, 0x4, 0x10)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsl811hs.c3636 unsigned int ier, isr; local
3637 ier = slhci_read(ssc, SL11_IER);
3639 printf("IER: %#x ISR: %#x \n", ier, isr);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dinsns-c674x.s875 mvc .S2 ier,b25
876 mvc .S2 b26,ier
H A Dinsns-c674x.d878 [0-9a-f]+[048c] <[^>]*> 0c9003e2[ \t]+mvc \.S2 ier,b25
879 [0-9a-f]+[048c] <[^>]*> 026803a2[ \t]+mvc \.S2 b26,ier
911 [0-9a-f]+[048c] <[^>]*> 0201e3a2[ \t]+mvc \.S2 b0,ier

Completed in 211 milliseconds