Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dcalxedaxgmac.c28 #define XGMAC_CONTROL_SPD_MASK 0x60000000 macro
345 value = readl(&regs->config) & XGMAC_CONTROL_SPD_MASK; in xgmac_reset()
411 value &= XGMAC_CONTROL_SPD_MASK; in xgmac_init()
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c109 #define XGMAC_CONTROL_SPD_MASK 0x60000000 macro
950 ctrl = readl(ioaddr + XGMAC_CONTROL) & XGMAC_CONTROL_SPD_MASK; in xgmac_hw_init()