Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.h48 #define VAWD1_MEMBER_OFF 16 macro
H A Dmtkswitch_mt7620.c434 v->es_member_ports = (val >> VAWD1_MEMBER_OFF) & VAWD1_MEMBER_MASK; in mtkswitch_vlan_getvgroup()
476 val |= ((v->es_member_ports & VAWD1_MEMBER_MASK) << VAWD1_MEMBER_OFF); in mtkswitch_vlan_setvgroup()