Searched refs:CSR0_IDON (Results 1 – 3 of 3) sorted by relevance
221 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro429 if (DREG & CSR0_IDON) in lance_open()438 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA; in lance_open()663 DREG = csr0 & (CSR0_TINT | CSR0_RINT | CSR0_IDON); in lance_interrupt()918 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT; in set_multicast_list()
321 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro660 if (DREG & CSR0_IDON) in lance_open()668 DREG = CSR0_IDON; in lance_open()952 CSR0_IDON | CSR0_INEA; in lance_interrupt()1108 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT; in set_multicast_list()
198 #define CSR0_IDON 0x0100 macro2288 if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON) in pcnet32_open()2444 if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON) in pcnet32_restart()