Searched refs:CMD_CFG_PROMIS_EN (Results 1 – 2 of 2) sorted by relevance
279 out_be32(cmdcfg, in_be32(cmdcfg) | CMD_CFG_PROMIS_EN); in fman_if_promiscuous_enable()292 out_be32(cmdcfg, in_be32(cmdcfg) & (~CMD_CFG_PROMIS_EN)); in fman_if_promiscuous_disable()
30 #define CMD_CFG_PROMIS_EN 0x00000010 macro