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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dni65.h26 #define CSR0_IDON 0x0100 /* Initialization Done (RC) */ macro
H A Dsk_g16.h58 #define CSR0_IDON 0x0100 /* Initialization Done (RC) */ macro
H A Dam79c961a.h39 #define CSR0_IDON 0x0100 macro
H A Dsk_mca.h93 #define CSR0_IDON 0x0100 /* initialization done */ macro
H A Dsun3lance.c226 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro
421 if (DREG & CSR0_IDON)
430 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA;
651 DREG = csr0 & (CSR0_TINT | CSR0_RINT | CSR0_IDON);
739 // CSR0_IDON | CSR0_INEA;
908 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Datarilance.c326 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro
663 if (DREG & CSR0_IDON)
671 DREG = CSR0_IDON;
948 CSR0_IDON | CSR0_INEA;
1122 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Dbagetlance.c314 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro
751 if (DREG & CSR0_IDON)
759 DREG = CSR0_IDON;
1080 CSR0_IDON | CSR0_INEA;
1285 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Dsk_mca.c546 while (((csr0val & CSR0_IDON) == 0) && (jiffies != njiffies));
555 SetLANCE(dev, LANCE_CSR0, csr0val | CSR0_IDON);
582 SetLANCE(dev, LANCE_CSR0, oldcsr0 | CSR0_IDON | CSR0_STRT);
785 if ((csr0val & CSR0_IDON) != 0)
H A Dni65.c418 if(readreg(CSR0) & CSR0_IDON)
504 if(inw(PORT+L_DATAREG) & (CSR0_IDON | CSR0_MERR) )
772 if(inw(PORT+L_DATAREG) & CSR0_IDON) {
H A Dsk_g16.c1200 for (i = 0; (i < 100) && !(SK_rread_reg() & CSR0_IDON); i++)
1222 SK_write_reg(CSR0, CSR0_IDON | CSR0_INEA | CSR0_STRT);

Completed in 110 milliseconds