Home
last modified time | relevance | path

Searched refs:CU_ACTIVE (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/i825xx/
D3c523.h102 #define CU_ACTIVE 0x200 /* CU is active */ macro
Dsun3_82586.h118 #define CU_ACTIVE 0x2 /* CU is active */ macro
Dni52.h110 #define CU_ACTIVE 0x2 /* CU is active */ macro
Dsun3_82586.c972 if(p->scb->cus & CU_ACTIVE) /* COMMAND-UNIT active? */ in sun3_82586_timeout()
1042 if(p->scb->cus & CU_ACTIVE) in sun3_82586_send_packet()
1066 if( (p->scb->cus & CU_ACTIVE)) /* test it, because CU sometimes doesn't start immediately */ in sun3_82586_send_packet()
Dni52.c1131 if (readb(&p->scb->cus) & CU_ACTIVE) { /* COMMAND-UNIT active? */ in ni52_timeout()
1202 if (readb(&p->scb->cus) & CU_ACTIVE) { in ni52_send_packet()
1224 if (readb(&p->scb->cus) & CU_ACTIVE) in ni52_send_packet()
D3c523.c1102 if (p->scb->status & CU_ACTIVE) { in elmc_timeout()
1159 if ((p->scb->status & CU_ACTIVE)) { /* test it, because CU sometimes doesn't start immediately */ in elmc_send_packet()