Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c316 val &= ~(VMSC_MASK << VMSC_OFF(vid)); in mtkswitch_vlan_init_hw()
317 val |= (((1<<sc->numports)-1) << VMSC_OFF(vid)); in mtkswitch_vlan_init_hw()
377 VMSC_OFF(v->es_vlangroup)) & VMSC_MASK; in mtkswitch_vlan_getvgroup()
459 val &= ~(VMSC_MASK << VMSC_OFF(v->es_vlangroup)); in mtkswitch_vlan_setvgroup()
460 val |= (v->es_member_ports << VMSC_OFF(v->es_vlangroup)); in mtkswitch_vlan_setvgroup()
H A Dmtkswitch_rt3050.h39 #define VMSC_OFF(x) ((x & 3) * 8) macro