Searched refs:hashtable_ctrl (Results 1 – 2 of 2) sorted by relevance
39 void *hashtable_ctrl; in fman_if_set_mcast_filter_table() local42 hashtable_ctrl = &((struct memac_regs *)__if->ccsr_map)->hashtable_ctrl; in fman_if_set_mcast_filter_table()44 out_be32(hashtable_ctrl, i|HASH_CTRL_MCAST_EN); in fman_if_set_mcast_filter_table()51 void *hashtable_ctrl; in fman_if_reset_mcast_filter_table() local54 hashtable_ctrl = &((struct memac_regs *)__if->ccsr_map)->hashtable_ctrl; in fman_if_reset_mcast_filter_table()56 out_be32(hashtable_ctrl, i & ~HASH_CTRL_MCAST_EN); in fman_if_reset_mcast_filter_table()86 void *hashtable_ctrl; in fman_if_add_hash_mac_addr() local99 hashtable_ctrl = &((struct memac_regs *)__if->ccsr_map)->hashtable_ctrl; in fman_if_add_hash_mac_addr()100 out_be32(hashtable_ctrl, hash); in fman_if_add_hash_mac_addr()
91 uint32_t hashtable_ctrl; /**< 0x02C Hash table control */ member