Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/
A Dskge.c207 gma_write16(hw, port, GM_GP_CTRL, in skge_wol_init()
1903 gma_write16(hw, port, GM_SMI_CTRL, in gm_phy_write()
1920 gma_write16(hw, port, GM_SMI_CTRL, in __gm_phy_read()
2040 gma_write16(hw, port, GM_RX_CTRL, in yukon_reset()
2101 gma_write16(hw, port, GM_GP_CTRL, in yukon_mac_init()
2155 gma_write16(hw, port, GM_RX_CTRL, in yukon_mac_init()
2162 gma_write16(hw, port, GM_TX_PARAM, in yukon_mac_init()
2238 gma_write16(hw, port, GM_GP_CTRL, in yukon_stop()
3004 gma_write16(hw, port, GM_MC_ADDR_H1, in yukon_set_multicast()
3006 gma_write16(hw, port, GM_MC_ADDR_H2, in yukon_set_multicast()
[all …]
A Dsky2.c155 gma_write16(hw, port, GM_SMI_DATA, val); in gm_phy_write()
156 gma_write16(hw, port, GM_SMI_CTRL, in gm_phy_write()
298 gma_write16(hw, port, GM_RX_CTRL, reg); in sky2_gmac_reset()
742 gma_write16(hw, port, GM_GP_CTRL, in sky2_phy_power_down()
840 gma_write16(hw, port, GM_GP_CTRL, in sky2_wol_init()
947 gma_write16(hw, port, GM_RX_CTRL, in sky2_mac_init()
954 gma_write16(hw, port, GM_TX_PARAM, in sky2_mac_init()
3876 gma_write16(hw, port, GM_MC_ADDR_H1, in sky2_set_multicast()
3878 gma_write16(hw, port, GM_MC_ADDR_H2, in sky2_set_multicast()
3880 gma_write16(hw, port, GM_MC_ADDR_H3, in sky2_set_multicast()
[all …]
A Dskge.h2566 static inline void gma_write16(const struct skge_hw *hw, int port, int r, u16 v) in gma_write16() function
2574 gma_write16(hw, port, reg, (u16) addr[0] | ((u16) addr[1] << 8)); in gma_set_addr()
2575 gma_write16(hw, port, reg+4,(u16) addr[2] | ((u16) addr[3] << 8)); in gma_set_addr()
2576 gma_write16(hw, port, reg+8,(u16) addr[4] | ((u16) addr[5] << 8)); in gma_set_addr()
A Dsky2.h2395 static inline void gma_write16(const struct sky2_hw *hw, unsigned port, int r, u16 v) in gma_write16() function
2403 gma_write16(hw, port, reg, (u16) addr[0] | ((u16) addr[1] << 8)); in gma_set_addr()
2404 gma_write16(hw, port, reg+4,(u16) addr[2] | ((u16) addr[3] << 8)); in gma_set_addr()
2405 gma_write16(hw, port, reg+8,(u16) addr[4] | ((u16) addr[5] << 8)); in gma_set_addr()

Completed in 42 milliseconds