Searched refs:PORT_CONTROL2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/etherswitch/e6000sw/ |
| H A D | e6000swreg.h | 100 #define PORT_CONTROL2 0x8 macro
|
| H A D | e6060sw.c | 85 #define PORT_CONTROL2 8 macro 712 CORE_REGISTER + sc->smi_offset + i, PORT_CONTROL2); in e6060sw_dot1q_mode() 716 CORE_REGISTER + sc->smi_offset + i, PORT_CONTROL2, data); in e6060sw_dot1q_mode()
|
| H A D | e6000sw.c | 984 reg = e6000sw_readreg(sc, REG_PORT(sc, p->es_port), PORT_CONTROL2); 1033 reg = e6000sw_readreg(sc, REG_PORT(sc, p->es_port), PORT_CONTROL2); 1042 e6000sw_writereg(sc, REG_PORT(sc, p->es_port), PORT_CONTROL2, reg); 1097 ret = e6000sw_readreg(sc, REG_PORT(sc, port), PORT_CONTROL2); 1101 e6000sw_writereg(sc, REG_PORT(sc, port), PORT_CONTROL2, ret);
|