Home
last modified time | relevance | path

Searched refs:CSR0_IDON (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c221 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro
429 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()
H A Datarilance.c321 #define CSR0_IDON 0x0100 /* initialization done (RC) */ macro
660 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()
H A Dpcnet32.c198 #define CSR0_IDON 0x0100 macro
2288 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()