Home
last modified time | relevance | path

Searched refs:AT91_EMAC_TCR_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_emac.h88 #define AT91_EMAC_TCR_LEN(x) (x & 0x7FF) macro
/openbmc/u-boot/drivers/net/
H A Dat91_emac.c401 writel(AT91_EMAC_TCR_LEN(length), &emac->tcr); in at91emac_send()
402 while (AT91_EMAC_TCR_LEN(readl(&emac->tcr))) in at91emac_send()