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

  /src/sys/arch/newsmips/dev/
ms_hb.c 122 volatile uint8_t *ien = (void *)INTEN0;
188 volatile uint8_t *ien = (void *)INTEN0;
197 volatile uint8_t *ien = (void *)INTEN0;
kb_hb.c 146 volatile uint8_t *ien = (void *)INTEN0;
180 volatile uint8_t *ien = (void *)INTEN0;
  /src/sys/arch/newsmips/include/
adrsmap.h 61 #define INTEN0 0xbfc80000
191 #define KEYB_INTE INTEN0 /* keyboard interrupt enable */
199 #define MOUSE_INTE INTEN0 /* mouse interrupt enable */
  /src/sys/arch/newsmips/newsmips/
news3400.c 241 volatile uint8_t *inten0 = (void *)INTEN0; local in function:news3400_enable_intr
253 * INTEN0: PERR ABORT BERR TIMER KBD MS CFLT CBSY
259 *inten0 = INTEN0_PERR | INTEN0_ABORT | INTEN0_BERR |
270 volatile uint8_t *inten0 = (void *)INTEN0; local in function:news3400_disable_intr
274 *inten0 = INTEN0_BERR;
286 *(volatile uint8_t *)INTEN0 |= (uint8_t)INTEN0_TIMINT;

Completed in 13 milliseconds