Home
last modified time | relevance | path

Searched refs:GMAC_HI_REG_AE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c15 #define GMAC_HI_REG_AE 0x80000000 macro
261 writel(data | GMAC_HI_REG_AE, ioaddr + high); in stmmac_set_mac_addr()
H A Ddwmac4_lib.c236 writel(data | GMAC_HI_REG_AE, ioaddr + high); in stmmac_dwmac4_set_mac_addr()
H A Ddwmac4.h296 #define GMAC_HI_REG_AE BIT(31) macro