Searched refs:CMD_CFG_PROMIS_EN (Results 1 – 6 of 6) sorted by relevance
187 tmp |= CMD_CFG_PROMIS_EN; in fman_tgec_set_promiscuous()189 tmp &= ~CMD_CFG_PROMIS_EN; in fman_tgec_set_promiscuous()326 tmp |= CMD_CFG_PROMIS_EN; in fman_tgec_init()
59 tmp |= CMD_CFG_PROMIS_EN; in fman_memac_set_promiscuous()61 tmp &= ~CMD_CFG_PROMIS_EN; in fman_memac_set_promiscuous()169 tmp |= CMD_CFG_PROMIS_EN; in fman_memac_init()
84 #define CMD_CFG_PROMIS_EN 0x00000010 macro
60 #define CMD_CFG_PROMIS_EN 0x00000010 /* 27 Promiscuous operation enable */ macro
280 out_be32(cmdcfg, in_be32(cmdcfg) | CMD_CFG_PROMIS_EN); in fman_if_promiscuous_enable()293 out_be32(cmdcfg, in_be32(cmdcfg) & (~CMD_CFG_PROMIS_EN)); in fman_if_promiscuous_disable()
30 #define CMD_CFG_PROMIS_EN 0x00000010 macro