HomeSort by: relevance | last modified time | path
    Searched refs:ETHREG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91emacreg.h 206 #define ETHREG(offset) *((volatile uint32_t *)(0xfffbc000 + (offset)))
at91emac.c 86 #define EMAC_READ(x) ETHREG(x)
87 #define EMAC_WRITE(x, y) ETHREG(x) = (y)

Completed in 12 milliseconds