Searched refs:skge_hw (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/marvell/ |
H A D | skge.h | 2404 struct skge_hw { struct 2445 struct skge_hw *hw; argument 2476 static inline u32 skge_read32(const struct skge_hw *hw, int reg) in skge_read32() 2481 static inline u16 skge_read16(const struct skge_hw *hw, int reg) in skge_read16() 2486 static inline u8 skge_read8(const struct skge_hw *hw, int reg) in skge_read8() 2491 static inline void skge_write32(const struct skge_hw *hw, int reg, u32 val) in skge_write32() 2496 static inline void skge_write16(const struct skge_hw *hw, int reg, u16 val) in skge_write16() 2501 static inline void skge_write8(const struct skge_hw *hw, int reg, u8 val) in skge_write8() 2511 static inline u32 xm_read32(const struct skge_hw *hw, int port, int reg) in xm_read32() 2519 static inline u16 xm_read16(const struct skge_hw *hw, int port, int reg) in xm_read16() [all …]
|