HomeSort by: relevance | last modified time | path
    Searched defs:inten0 (Results 1 - 2 of 2) sorted by relevancy

  /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;
  /src/sys/arch/newsmips/apbus/
apbus.c 230 volatile uint32_t *inten0, *inten1; local in function:apbus_intr_establish
260 inten0 = (uint32_t *)NEWS5000_INTEN0;
264 inten0 = (uint32_t *)NEWS4000_INTEN0;
269 *inten0 |= mask;

Completed in 13 milliseconds