Searched refs:MTK_FOE_IB2_DEST_PORT (Results 1 – 2 of 2) sorted by relevance
184 val = FIELD_PREP(MTK_FOE_IB2_DEST_PORT, pse_port) | in mtk_foe_entry_prepare()234 val &= ~MTK_FOE_IB2_DEST_PORT; in mtk_foe_entry_set_pse_port()235 val |= FIELD_PREP(MTK_FOE_IB2_DEST_PORT, port); in mtk_foe_entry_set_pse_port()
56 #define MTK_FOE_IB2_DEST_PORT GENMASK(7, 5) macro