Lines Matching refs:sky2_hw
2040 struct sky2_hw *hw;
2066 struct sky2_hw {
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 *hw, unsigned port, unsigned reg)
2136 static inline u32 gma_read32(struct sky2_hw *hw, unsigned port, unsigned reg)
2143 static inline void gma_write16(const struct sky2_hw *hw, unsigned port, int r, u16 v)
2148 static inline void gma_set_addr(struct sky2_hw *hw, unsigned port, unsigned reg,
2157 static inline u32 sky2_pci_read32(const struct sky2_hw *hw, unsigned reg)
2162 static inline u16 sky2_pci_read16(const struct sky2_hw *hw, unsigned reg)
2167 static inline void sky2_pci_write32(struct sky2_hw *hw, unsigned reg, u32 val)
2172 static inline void sky2_pci_write16(struct sky2_hw *hw, unsigned reg, u16 val)