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

/freebsd-10.0-release/sys/arm/econa/
H A Dif_ecereg.h117 #define VLAN_TAG_PORT_MAP 0x074 macro
H A Dif_ece.c1229 val = read_4(sc, VLAN_TAG_PORT_MAP) & (~(0x7 << shift));
1230 write_4(sc, VLAN_TAG_PORT_MAP, val);
1231 val = read_4(sc, VLAN_TAG_PORT_MAP);
1232 write_4(sc, VLAN_TAG_PORT_MAP, val | ((tag & 0x7) << shift));

Completed in 175 milliseconds