Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c105 u32 hashtable_ctrl; /* 0x02c Hash table control */ member
560 iowrite32be((hash | TGEC_HASH_MCAST_EN), &regs->hashtable_ctrl); in tgec_add_hash_mac_address()
576 &regs->hashtable_ctrl); in tgec_set_allmulti()
580 &regs->hashtable_ctrl); in tgec_set_allmulti()
639 &regs->hashtable_ctrl); in tgec_del_hash_mac_address()
H A Dfman_memac.c188 u32 hashtable_ctrl; /* 0x02C Hash table control */ member
934 iowrite32be(hash | HASH_CTRL_MCAST_EN, &regs->hashtable_ctrl); in memac_add_hash_mac_address()
950 &regs->hashtable_ctrl); in memac_set_allmulti()
954 &regs->hashtable_ctrl); in memac_set_allmulti()
994 &regs->hashtable_ctrl); in memac_del_hash_mac_address()
/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Dtgec.c53 out_be32(&regs->hashtable_ctrl, 0); in tgec_init_mac()
H A Dmemac.c33 out_be32(&regs->hashtable_ctrl, 0); in memac_init_mac()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_tgec.h23 u32 hashtable_ctrl; /* Hash table control register */ member
H A Dfsl_memac.h21 u32 hashtable_ctrl; /* Hash table control register */ member