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

/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.h61 #define POC2_UNTAG_PORT(x) (1 << (x)) macro
H A Dmtkswitch_rt3050.c249 if (val & POC2_UNTAG_PORT(p->es_port))
250 val &= ~POC2_UNTAG_PORT(p->es_port);
252 val |= POC2_UNTAG_PORT(p->es_port);
254 val |= POC2_UNTAG_PORT(p->es_port);
256 val &= ~POC2_UNTAG_PORT(p->es_port);
281 if (val & POC2_UNTAG_PORT(p->es_port))

Completed in 172 milliseconds