Home
last modified time | relevance | path

Searched refs:STAT_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h111 #define STAT_MASK 0xf0 /* mask for cause of interrupt */ macro
H A Dsun3_82586.c504 p->scb->cmd_cuc = p->scb->cus & STAT_MASK; in init586()
621 p->scb->cmd_cuc = p->scb->cus & STAT_MASK; in init586()
700 while((stat=p->scb->cus & STAT_MASK)) in sun3_82586_interrupt()