Searched refs:gma_write16 (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | sky2.c | 134 gma_write16(hw, port, GM_SMI_DATA, val); in gm_phy_write() 135 gma_write16(hw, port, GM_SMI_CTRL, in gm_phy_write() 161 gma_write16(hw, port, GM_SMI_CTRL, GM_SMI_CT_PHY_AD(PHY_ADDR_MARV) in __gm_phy_read() 261 gma_write16(hw, port, GM_MC_ADDR_H1, 0); /* clear MC hash */ in sky2_gmac_reset() 262 gma_write16(hw, port, GM_MC_ADDR_H2, 0); in sky2_gmac_reset() 263 gma_write16(hw, port, GM_MC_ADDR_H3, 0); in sky2_gmac_reset() 264 gma_write16(hw, port, GM_MC_ADDR_H4, 0); in sky2_gmac_reset() 268 gma_write16(hw, port, GM_RX_CTRL, reg); in sky2_gmac_reset() 449 gma_write16(hw, port, GM_GP_CTRL, reg); in sky2_phy_init() 640 gma_write16(hw, port, GM_GP_CTRL, in sky2_phy_power_down() [all …]
|
D | skge.c | 1165 gma_write16(hw, port, GM_SMI_DATA, val); in gm_phy_write() 1166 gma_write16(hw, port, GM_SMI_CTRL, in gm_phy_write() 1185 gma_write16(hw, port, GM_SMI_CTRL, in __gm_phy_read() 1302 gma_write16(hw, port, GM_MC_ADDR_H1, 0); /* clear MC hash */ in yukon_reset() 1303 gma_write16(hw, port, GM_MC_ADDR_H2, 0); in yukon_reset() 1304 gma_write16(hw, port, GM_MC_ADDR_H3, 0); in yukon_reset() 1305 gma_write16(hw, port, GM_MC_ADDR_H4, 0); in yukon_reset() 1307 gma_write16(hw, port, GM_RX_CTRL, in yukon_reset() 1368 gma_write16(hw, port, GM_GP_CTRL, in yukon_mac_init() 1405 gma_write16(hw, port, GM_GP_CTRL, reg); in yukon_mac_init() [all …]
|
D | sky2.h | 2143 static inline void gma_write16(const struct sky2_hw *hw, unsigned port, int r, u16 v) in gma_write16() function 2151 gma_write16(hw, port, reg, (u16) addr[0] | ((u16) addr[1] << 8)); in gma_set_addr() 2152 gma_write16(hw, port, reg+4,(u16) addr[2] | ((u16) addr[3] << 8)); in gma_set_addr() 2153 gma_write16(hw, port, reg+8,(u16) addr[4] | ((u16) addr[5] << 8)); in gma_set_addr()
|
D | skge.h | 2610 static inline void gma_write16(const struct skge_hw *hw, int port, int r, u16 v) in gma_write16() function 2618 gma_write16(hw, port, reg, (u16) addr[0] | ((u16) addr[1] << 8)); in gma_set_addr() 2619 gma_write16(hw, port, reg+4,(u16) addr[2] | ((u16) addr[3] << 8)); in gma_set_addr() 2620 gma_write16(hw, port, reg+8,(u16) addr[4] | ((u16) addr[5] << 8)); in gma_set_addr()
|