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

  /src/sys/arch/mac68k/mac68k/
via.c 144 static int nubus_intr_mask = 0; variable in typeref:typename:int
382 nubus_intr_mask &= ~(1 << (slot - 9));
385 nubus_intr_mask |= (1 << (slot - 9));
400 if ((nubus_intr_mask & 0x3f) == 0)
416 while ((intbits = (~via2_reg(vBufA)) & nubus_intr_mask)) {
via.c 144 static int nubus_intr_mask = 0; variable in typeref:typename:int
382 nubus_intr_mask &= ~(1 << (slot - 9));
385 nubus_intr_mask |= (1 << (slot - 9));
400 if ((nubus_intr_mask & 0x3f) == 0)
416 while ((intbits = (~via2_reg(vBufA)) & nubus_intr_mask)) {

Completed in 52 milliseconds