Searched refs:sky2_hw (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
H A Dsky2.c130 static int gm_phy_write(struct sky2_hw *hw, unsigned port, u16 reg, u16 val)
157 static int __gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg, u16 *val)
184 static inline u16 gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg)
192 static void sky2_power_on(struct sky2_hw *hw)
236 static void sky2_power_aux(struct sky2_hw *hw)
254 static void sky2_gmac_reset(struct sky2_hw *hw, unsigned port)
296 static void sky2_phy_init(struct sky2_hw *hw, unsigned port)
594 static void sky2_phy_power_up(struct sky2_hw *hw, unsigned port)
615 static void sky2_phy_power_down(struct sky2_hw *hw, unsigned port)
668 static void sky2_set_tx_stfwd(struct sky2_hw *h
[all...]
H A Dsky2.h2040 struct sky2_hw *hw;
2066 struct sky2_hw { struct
2090 static inline int sky2_is_copper(const struct sky2_hw *hw)
2096 static inline u32 sky2_read32(const struct sky2_hw *hw, unsigned reg)
2101 static inline u16 sky2_read16(const struct sky2_hw *hw, unsigned reg)
2106 static inline u8 sky2_read8(const struct sky2_hw *hw, unsigned reg)
2111 static inline void sky2_write32(const struct sky2_hw *hw, unsigned reg, u32 val)
2116 static inline void sky2_write16(const struct sky2_hw *hw, unsigned reg, u16 val)
2121 static inline void sky2_write8(const struct sky2_hw *hw, unsigned reg, u8 val)
2131 static inline u16 gma_read16(const struct sky2_hw *h
[all...]

Completed in 95 milliseconds