Searched refs:CSR0_IDON (Results 1 – 3 of 3) sorted by relevance
220 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro428 if (DREG & CSR0_IDON) in lance_open()437 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA; in lance_open()662 DREG = csr0 & (CSR0_TINT | CSR0_RINT | CSR0_IDON); in lance_interrupt()917 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT; in set_multicast_list()
320 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro659 if (DREG & CSR0_IDON) in lance_open()667 DREG = CSR0_IDON; in lance_open()951 CSR0_IDON | CSR0_INEA; in lance_interrupt()1107 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()