Home
last modified time | relevance | path

Searched refs:PVID_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c338 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()
H A Dmtkswitch_rt3050.h32 #define PVID_MASK 0xfff macro