Searched refs:CSR0_IDON (Results 1 – 5 of 5) 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) */ macro656 if (DREG & CSR0_IDON) in lance_open()664 DREG = CSR0_IDON; in lance_open()948 CSR0_IDON | CSR0_INEA; in lance_interrupt()1104 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT; in set_multicast_list()
26 #define CSR0_IDON 0x0100 /* Initialization Done (RC) */ macro
513 if(readreg(CSR0) & CSR0_IDON) in ni65_probe1()595 if(inw(PORT+L_DATAREG) & (CSR0_IDON | CSR0_MERR) ) in ni65_init_lance()855 if(inw(PORT+L_DATAREG) & CSR0_IDON) { in ni65_lance_reinit()
198 #define CSR0_IDON 0x0100 macro2283 if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON) in pcnet32_open()2439 if (lp->a->read_csr(ioaddr, CSR0) & CSR0_IDON) in pcnet32_restart()
Completed in 14 milliseconds