Searched refs:VUB_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.h84 #define VUB_MASK 0x7f macro
H A Dmtkswitch_rt3050.c323 val &= ~(VUB_MASK << VUB_OFF(vid));
385 VUB_OFF(v->es_vlangroup)) & VUB_MASK;
387 val &= VUB_MASK;
418 val &= VUB_MASK;
447 val &= ~(VUB_MASK << VUB_OFF(v->es_vlangroup));
448 val |= (((v->es_untagged_ports) & VUB_MASK) <<

Completed in 170 milliseconds