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

  /src/sys/arch/sh3/dev/
shpcic.c 77 static int shpcic_intr_priority[2] = { IPL_BIO, IPL_BIO }; variable in typeref:typename:int[2]
219 intpri_intr_priority(SH4_INTEVT_PCIERR, shpcic_intr_priority[0]);
220 intpri_intr_priority(SH4_INTEVT_PCISERR, shpcic_intr_priority[1]);
337 intpri_intr_priority(evtcode, shpcic_intr_priority[intr]);
338 shpcic_intr_priority[intr] = level;
350 level = shpcic_intr_priority[1];
360 level = shpcic_intr_priority[0];

Completed in 12 milliseconds