Searched refs:PVID_MASK (Results 1 – 2 of 2) sorted by relevance
338 val &= ~(PVID_MASK << PVID_OFF(i)); in mtkswitch_vlan_init_hw()475 PVID_MASK; in mtkswitch_vlan_get_pvid()487 val &= ~(PVID_MASK << PVID_OFF(port)); in mtkswitch_vlan_set_pvid()488 val |= (pvid & PVID_MASK) << PVID_OFF(port); in mtkswitch_vlan_set_pvid()
32 #define PVID_MASK 0xfff macro