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

/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.h41 #define VMSC_OFF(x) ((x & 3) * 8) macro
H A Dmtkswitch_rt3050.c318 val &= ~(VMSC_MASK << VMSC_OFF(vid));
319 val |= (((1<<sc->numports)-1) << VMSC_OFF(vid));
379 VMSC_OFF(v->es_vlangroup)) & VMSC_MASK;
461 val &= ~(VMSC_MASK << VMSC_OFF(v->es_vlangroup));
462 val |= (v->es_member_ports << VMSC_OFF(v->es_vlangroup));

Completed in 181 milliseconds