Home
last modified time | relevance | path

Searched defs:EMAC_WRITE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/arm/at91/
H A Dat91emac.c83 #define EMAC_WRITE(x, y) \ macro
87 #define EMAC_WRITE(x, y) ETHREG(x) = (y) macro
/netbsd-src/sys/arch/powerpc/ibm4xx/dev/
H A Dif_emac.c279 #define EMAC_WRITE(sc, reg, val) \ macro