Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c80 u32 hashtable_ctrl; /* 0x02c Hash table control */ member
516 iowrite32be((hash | TGEC_HASH_MCAST_EN), &regs->hashtable_ctrl); in tgec_add_hash_mac_address()
529 &regs->hashtable_ctrl); in tgec_set_allmulti()
533 &regs->hashtable_ctrl); in tgec_set_allmulti()
587 &regs->hashtable_ctrl); in tgec_del_hash_mac_address()
H A Dfman_memac.c133 u32 hashtable_ctrl; /* 0x02C Hash table control */ member
821 iowrite32be(hash | HASH_CTRL_MCAST_EN, &regs->hashtable_ctrl); in memac_add_hash_mac_address()
834 &regs->hashtable_ctrl); in memac_set_allmulti()
838 &regs->hashtable_ctrl); in memac_set_allmulti()
876 &regs->hashtable_ctrl); in memac_del_hash_mac_address()
/openbmc/u-boot/drivers/net/fm/
H A Dtgec.c52 out_be32(&regs->hashtable_ctrl, 0); in tgec_init_mac()
H A Dmemac.c32 out_be32(&regs->hashtable_ctrl, 0); in memac_init_mac()
/openbmc/u-boot/include/
H A Dfsl_tgec.h22 u32 hashtable_ctrl; /* Hash table control register */ member
H A Dfsl_memac.h20 u32 hashtable_ctrl; /* Hash table control register */ member