HomeSort by: relevance | last modified time | path
    Searched refs:ien (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/newsmips/dev/
kb_hb.c 146 volatile uint8_t *ien = (void *)INTEN0; local in function:kb_hb_intr
150 *ien &= ~RX_KBINTE;
162 *ien |= RX_KBINTE;
180 volatile uint8_t *ien = (void *)INTEN0; local in function:kb_hb_cngetc
183 ointr = *ien & RX_KBINTE;
184 *ien &= ~RX_KBINTE;
194 *ien |= ointr;
ms_hb.c 122 volatile uint8_t *ien = (void *)INTEN0; local in function:ms_hb_intr
127 *ien &= ~RX_MSINTE;
181 *ien |= RX_MSINTE;
188 volatile uint8_t *ien = (void *)INTEN0; local in function:ms_hb_enable
190 *ien |= RX_MSINTE;
197 volatile uint8_t *ien = (void *)INTEN0; local in function:ms_hb_disable
199 *ien &= ~RX_MSINTE;
  /src/sys/dev/vme/
xyreg.h 107 volatile u_char ien:1; /* interrupt enable */ member in struct:xy_iopb
xy.c 1299 iopb->ien = (XY_STATE(iorq->mode) == XY_SUB_POLL) ? 0 : 1;
1711 iopb->ien = 0;
  /src/sys/arch/sun3/dev/
xyreg.h 108 volatile u_char ien:1; /* interrupt enable */ member in struct:xy_iopb
xy.c 1151 iopb->ien = (XY_STATE(iorq->mode) == XY_SUB_POLL) ? 0 : 1;
1563 xycsc->ciopb->ien = 0;

Completed in 16 milliseconds