Home | Sort by: relevance | last modified time | path |
/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) |