Searched refs:STAT_MASK (Results 1 – 6 of 6) sorted by relevance
110 #define STAT_MASK 0xf0 /* mask for cause of interrupt */ macro
102 #define STAT_MASK 0xf0 /* mask for cause of interrupt */ macro
94 #define STAT_MASK 0xf000 /* mask for cause of interrupt */ macro
492 p->scb->cmd_cuc = p->scb->cus & STAT_MASK; in init586()607 p->scb->cmd_cuc = p->scb->cus & STAT_MASK; in init586()686 while((stat=p->scb->cus & STAT_MASK)) in sun3_82586_interrupt()
643 p->scb->cmd_cuc = p->scb->cus & STAT_MASK; in init586()758 p->scb->cmd_cuc = p->scb->cus & STAT_MASK; in init586()836 while((stat=p->scb->cus & STAT_MASK)) in ni52_interrupt()
703 p->scb->cmd = p->scb->status & STAT_MASK; in init586()722 p->scb->cmd = p->scb->status & STAT_MASK; in init586()907 while ((stat = p->scb->status & STAT_MASK)) in elmc_interrupt()