Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dbcm6368-eth.c104 #define ETH_GMCR_RST_MIB_MASK (1 << ETH_GMCR_RST_MIB_SHIFT) macro
337 setbits_8(priv->base + ETH_GMCR_REG, ETH_GMCR_RST_MIB_MASK); in bcm6368_eth_start()
339 clrbits_8(priv->base + ETH_GMCR_REG, ETH_GMCR_RST_MIB_MASK); in bcm6368_eth_start()