Home
last modified time | relevance | path

Searched refs:ENRCV (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/macppc/dev/
Dam79c950reg.h164 #define ENRCV 0x01 /* Enable Receive */ macro
Dif_mc.c306 NIC_PUT(sc, MACE_MACCC, maccc & ~ENRCV); in mc_reset_rxdma()
Dam79c950.c331 maccc = ENXMT | ENRCV; in mcinit()
/netbsd/src/sys/arch/mac68k/dev/
Dif_mcreg.h164 #define ENRCV 0x01 /* Enable Receive */ macro
Dif_mc.c331 maccc = ENXMT | ENRCV; in mcinit()
/netbsd/src/sys/arch/mac68k/obio/
Dif_mc_obio.c367 NIC_PUT(sc, MACE_MACCC, maccc & ~ENRCV); in mc_reset_rxdma()