Searched refs:gma_write16 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dskge.c211 gma_write16(hw, port, GM_GP_CTRL,
1794 gma_write16(hw, port, GM_SMI_DATA, val);
1795 gma_write16(hw, port, GM_SMI_CTRL,
1813 gma_write16(hw, port, GM_SMI_CTRL,
1929 gma_write16(hw, port, GM_MC_ADDR_H1, 0); /* clear MC hash */
1930 gma_write16(hw, port, GM_MC_ADDR_H2, 0);
1931 gma_write16(hw, port, GM_MC_ADDR_H3, 0);
1932 gma_write16(hw, port, GM_MC_ADDR_H4, 0);
1934 gma_write16(hw, port, GM_RX_CTRL,
1995 gma_write16(h
[all...]
H A Dsky2.c158 gma_write16(hw, port, GM_SMI_DATA, val);
159 gma_write16(hw, port, GM_SMI_CTRL,
176 gma_write16(hw, port, GM_SMI_CTRL, GM_SMI_CT_PHY_AD(PHY_ADDR_MARV)
257 gma_write16(hw, port, GM_MC_ADDR_H1, 0); /* clear MC hash */
258 gma_write16(hw, port, GM_MC_ADDR_H2, 0);
259 gma_write16(hw, port, GM_MC_ADDR_H3, 0);
260 gma_write16(hw, port, GM_MC_ADDR_H4, 0);
264 gma_write16(hw, port, GM_RX_CTRL, reg);
438 gma_write16(hw, port, GM_GP_CTRL, reg);
616 gma_write16(h
[all...]
H A Dsky2.h1983 static inline void gma_write16(const struct sky2_hw *hw, unsigned port, int r, u16 v) function
1991 gma_write16(hw, port, reg, (u16) addr[0] | ((u16) addr[1] << 8));
1992 gma_write16(hw, port, reg+4,(u16) addr[2] | ((u16) addr[3] << 8));
1993 gma_write16(hw, port, reg+8,(u16) addr[4] | ((u16) addr[5] << 8));
H A Dskge.h2569 static inline void gma_write16(const struct skge_hw *hw, int port, int r, u16 v) function
2577 gma_write16(hw, port, reg, (u16) addr[0] | ((u16) addr[1] << 8));
2578 gma_write16(hw, port, reg+4,(u16) addr[2] | ((u16) addr[3] << 8));
2579 gma_write16(hw, port, reg+8,(u16) addr[4] | ((u16) addr[5] << 8));

Completed in 174 milliseconds