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

/freebsd-11.0-release/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.h83 #define VUB_OFF(x) ((x & 3) * 7) macro
H A Dmtkswitch_rt3050.c323 val &= ~(VUB_MASK << VUB_OFF(vid));
324 val |= (((1<<sc->numports)-1) << VUB_OFF(vid));
385 VUB_OFF(v->es_vlangroup)) & VUB_MASK;
420 val &= ~(VUB_MASK << VUB_OFF(v->es_vlangroup));
422 VUB_OFF(v->es_vlangroup));

Completed in 161 milliseconds