Searched defs:CSR0_IDON (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/amd/
H A Dni65.h26 #define CSR0_IDON 0x0100 /* Initialization Done (RC) */ macro
H A Dam79c961a.h39 #define CSR0_IDON 0x0100 macro
H A Dsun3lance.c219 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro
433 if (DREG & CSR0_IDON)
442 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA;
676 DREG = csr0 & (CSR0_TINT | CSR0_RINT | CSR0_IDON);
764 // CSR0_IDON | CSR0_INEA;
932 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Datarilance.c320 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro
660 if (DREG & CSR0_IDON)
668 DREG = CSR0_IDON;
951 CSR0_IDON | CSR0_INEA;
1111 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Dpcnet32.c202 #define CSR0_IDON 0x0100 macro
2203 if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON)
2361 if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON)

Completed in 343 milliseconds