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

/drivers/net/ethernet/marvell/
H A Dsky2.h2220 struct sky2_hw *hw;
2277 struct sky2_hw { struct
2313 static inline int sky2_is_copper(const struct sky2_hw *hw)
2319 static inline u32 sky2_read32(const struct sky2_hw *hw, unsigned reg)
2324 static inline u16 sky2_read16(const struct sky2_hw *hw, unsigned reg)
2329 static inline u8 sky2_read8(const struct sky2_hw *hw, unsigned reg)
2334 static inline void sky2_write32(const struct sky2_hw *hw, unsigned reg, u32 val)
2339 static inline void sky2_write16(const struct sky2_hw *hw, unsigned reg, u16 val)
2344 static inline void sky2_write8(const struct sky2_hw *hw, unsigned reg, u8 val)
2354 static inline u16 gma_read16(const struct sky2_hw *h
[all...]

Completed in 24 milliseconds