HomeSort by: relevance | last modified time | path
    Searched defs:ien (Results 1 - 4 of 4) 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
  /src/sys/arch/sun3/dev/
xyreg.h 108 volatile u_char ien:1; /* interrupt enable */ member in struct:xy_iopb

Completed in 14 milliseconds