Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c321 val &= ~(VUB_MASK << VUB_OFF(vid)); in mtkswitch_vlan_init_hw()
322 val |= (((1<<sc->numports)-1) << VUB_OFF(vid)); in mtkswitch_vlan_init_hw()
383 VUB_OFF(v->es_vlangroup)) & VUB_MASK; in mtkswitch_vlan_getvgroup()
445 val &= ~(VUB_MASK << VUB_OFF(v->es_vlangroup)); in mtkswitch_vlan_setvgroup()
447 VUB_OFF(v->es_vlangroup)); in mtkswitch_vlan_setvgroup()
H A Dmtkswitch_rt3050.h81 #define VUB_OFF(x) ((x & 3) * 7) macro