Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dxgmac.c58 #define XGMAC_HASH(n) ((0x00000300/4) + (n)) macro
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c34 #define XGMAC_HASH(n) (0x00000300 + (n) * 4) /* HASH table regs */ macro
1337 writel(hash_filter[i], ioaddr + XGMAC_HASH(i)); in xgmac_set_rx_mode()