Searched refs:CSR0_IDON (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni65.h26 #define CSR0_IDON 0x0100 /* Initialization Done (RC) */ macro
H A Dsun3lance.c221 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro
432 if (DREG & CSR0_IDON)
441 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA;
667 DREG = csr0 & (CSR0_TINT | CSR0_RINT | CSR0_IDON);
755 // CSR0_IDON | CSR0_INEA;
921 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Datarilance.c322 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro
669 if (DREG & CSR0_IDON)
677 DREG = CSR0_IDON;
965 CSR0_IDON | CSR0_INEA;
1139 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Dni65.c484 if(readreg(CSR0) & CSR0_IDON)
571 if(inw(PORT+L_DATAREG) & (CSR0_IDON | CSR0_MERR) )
835 if(inw(PORT+L_DATAREG) & CSR0_IDON) {
H A Dpcnet32.c198 #define CSR0_IDON 0x0100 macro
2296 if (lp->a.read_csr(ioaddr, CSR0) & CSR0_IDON)
2446 if (lp->a.read_csr(ioaddr, CSR0) & CSR0_IDON)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dam79c961a.h39 #define CSR0_IDON 0x0100 macro

Completed in 92 milliseconds