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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsky2.c156 static int gm_phy_write(struct sky2_hw *hw, unsigned port, u16 reg, u16 val)
183 static int __gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg, u16 *val)
210 static inline u16 gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg)
218 static void sky2_power_on(struct sky2_hw *hw)
266 static void sky2_power_aux(struct sky2_hw *hw)
288 static void sky2_gmac_reset(struct sky2_hw *hw, unsigned port)
330 static void sky2_phy_init(struct sky2_hw *hw, unsigned port)
640 static void sky2_phy_power_up(struct sky2_hw *hw, unsigned port)
661 static void sky2_phy_power_down(struct sky2_hw *hw, unsigned port)
719 struct sky2_hw *h
[all...]
H A Dsky2.h2204 struct sky2_hw *hw;
2263 struct sky2_hw { struct
2296 static inline int sky2_is_copper(const struct sky2_hw *hw)
2302 static inline u32 sky2_read32(const struct sky2_hw *hw, unsigned reg)
2307 static inline u16 sky2_read16(const struct sky2_hw *hw, unsigned reg)
2312 static inline u8 sky2_read8(const struct sky2_hw *hw, unsigned reg)
2317 static inline void sky2_write32(const struct sky2_hw *hw, unsigned reg, u32 val)
2322 static inline void sky2_write16(const struct sky2_hw *hw, unsigned reg, u16 val)
2327 static inline void sky2_write8(const struct sky2_hw *hw, unsigned reg, u8 val)
2337 static inline u16 gma_read16(const struct sky2_hw *h
[all...]

Completed in 179 milliseconds