Home
last modified time | relevance | path

Searched refs:ip17x_updatephy (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/etherswitch/ip17x/
H A Dip175d.c68 ip17x_updatephy(sc->sc_dev, 21, 22, 0x3, 0x0); in ip175d_reset()
156 ip17x_updatephy(sc->sc_dev, 22, 0, 0x3fff, 0x003f); in ip175d_set_vlan_mode()
167 ip17x_updatephy(sc->sc_dev, 22, 0, 0xbfff, 0x8000); in ip175d_set_vlan_mode()
178 ip17x_updatephy(sc->sc_dev, 22, 1, 0x0fff, 0x0c3f); in ip175d_set_vlan_mode()
181 ip17x_updatephy(sc->sc_dev, 22, 2, 0x0fff, 0x0000); in ip175d_set_vlan_mode()
183 ip17x_updatephy(sc->sc_dev, 22, 1, 0x0fff, 0x043f); in ip175d_set_vlan_mode()
184 ip17x_updatephy(sc->sc_dev, 22, 2, 0x0fff, 0x0020); in ip175d_set_vlan_mode()
H A Dip175c.c115 err = ip17x_updatephy(sc->sc_dev, 29, 21, 0xff00, reg[2]); in ip175c_port_vlan_setup()
117 err = ip17x_updatephy(sc->sc_dev, 30, 18, 0x00ff, reg[2]); in ip175c_port_vlan_setup()
143 if (ip17x_updatephy(sc->sc_dev, 30, 9, 0x70, 0)) in ip175c_dot1q_vlan_setup()
204 ip17x_updatephy(sc->sc_dev, 30, 9, 0x80, 0x80); in ip175c_set_vlan_mode()
210 ip17x_updatephy(sc->sc_dev, 30, 9, 0x80, 0); in ip175c_set_vlan_mode()
H A Dip17x_phy.h36 int ip17x_updatephy(device_t, int, int, int, int);
H A Dip17x_phy.c96 ip17x_updatephy(device_t dev, int phy, int reg, int mask, int value) in ip17x_updatephy() function