Lines Matching defs:skge_hw
2404 struct skge_hw {
2445 struct skge_hw *hw;
2476 static inline u32 skge_read32(const struct skge_hw *hw, int reg)
2481 static inline u16 skge_read16(const struct skge_hw *hw, int reg)
2486 static inline u8 skge_read8(const struct skge_hw *hw, int reg)
2491 static inline void skge_write32(const struct skge_hw *hw, int reg, u32 val)
2496 static inline void skge_write16(const struct skge_hw *hw, int reg, u16 val)
2501 static inline void skge_write8(const struct skge_hw *hw, int reg, u8 val)
2511 static inline u32 xm_read32(const struct skge_hw *hw, int port, int reg)
2519 static inline u16 xm_read16(const struct skge_hw *hw, int port, int reg)
2524 static inline void xm_write32(const struct skge_hw *hw, int port, int r, u32 v)
2530 static inline void xm_write16(const struct skge_hw *hw, int port, int r, u16 v)
2535 static inline void xm_outhash(const struct skge_hw *hw, int port, int reg,
2544 static inline void xm_outaddr(const struct skge_hw *hw, int port, int reg,
2555 static inline u16 gma_read16(const struct skge_hw *hw, int port, int reg)
2560 static inline u32 gma_read32(const struct skge_hw *hw, int port, int reg)
2566 static inline void gma_write16(const struct skge_hw *hw, int port, int r, u16 v)
2571 static inline void gma_set_addr(struct skge_hw *hw, int port, int reg,