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

  /src/sys/arch/evbmips/sbmips/
sb1250_icu.c 86 static struct sb1250_ihand sb1250_ihands[K_INT_SOURCES]; variable in typeref:struct:sb1250_ihand[]
232 if (sb1250_ihands[K_INT_MBOX_0].ih_fun == NULL) {
259 memset(sb1250_ihands, 0, sizeof sb1250_ihands);
325 struct sb1250_ihand *ihp = &sb1250_ihands[j];
339 struct sb1250_ihand * const ih = &sb1250_ihands[num];
  /src/sys/arch/sbmips/sbmips/
sb1250_icu.c 86 static struct sb1250_ihand sb1250_ihands[K_INT_SOURCES]; variable in typeref:struct:sb1250_ihand[]
232 if (sb1250_ihands[K_INT_MBOX_0].ih_fun == NULL) {
259 memset(sb1250_ihands, 0, sizeof sb1250_ihands);
325 struct sb1250_ihand *ihp = &sb1250_ihands[j];
339 struct sb1250_ihand * const ih = &sb1250_ihands[num];

Completed in 12 milliseconds