Home
last modified time | relevance | path

Searched refs:IP175X_CPU_PORT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/etherswitch/ip17x/
H A Dip175c.c133 data = (sc->addtag & ~(1 << IP175X_CPU_PORT)) << 11; in ip175c_dot1q_vlan_setup()
134 data |= (sc->striptag & ~(1 << IP175X_CPU_PORT)) << 6; in ip175c_dot1q_vlan_setup()
135 if (sc->addtag & (1 << IP175X_CPU_PORT)) in ip175c_dot1q_vlan_setup()
137 if (sc->striptag & (1 << IP175X_CPU_PORT)) in ip175c_dot1q_vlan_setup()
164 if (i == IP175X_CPU_PORT) { in ip175c_dot1q_vlan_setup()
251 sc->cpuport = IP175X_CPU_PORT; in ip175c_attach()
H A Dip17x_reg.h41 #define IP175X_CPU_PORT 5 macro
H A Dip175d.c216 sc->cpuport = IP175X_CPU_PORT; in ip175d_attach()