Home
last modified time | relevance | path

Searched refs:stat_high (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/i825xx/
Dsun3_82586.h131 unsigned char stat_high; /* status word */ member
Dni52.h123 u8 stat_high; /* status word */ member
Dsun3_82586.c771 for(;(status = p->rfd_top->stat_high) & RFD_COMPL;) in sun3_82586_rcv_int()
821 p->rfd_top->stat_high = 0; in sun3_82586_rcv_int()
Dni52.c959 for (; (status = readb(&p->rfd_top->stat_high)) & RFD_COMPL;) { in ni52_rcv_int()
1002 writeb(0, &p->rfd_top->stat_high); in ni52_rcv_int()