Lines Matching defs:ice

27 #define ICEREG(ice, x) ((ice)->port + ICE1712_REG_##x)  argument
104 #define ICEDS(ice, x) ((ice)->dmapath_port + ICE1712_DS_##x) argument
135 #define ICEMT(ice, x) ((ice)->profi_port + ICE1712_MT_##x) argument
248 #define ice_has_con_ac97(ice) (!((ice)->eeprom.data[ICE_EEP1_CODEC] & ICE1712_CFG_NO_CON_AC97)) argument
395 static inline void snd_ice1712_gpio_set_dir(struct snd_ice1712 *ice, unsigned int bits) in snd_ice1712_gpio_set_dir()
400 static inline unsigned int snd_ice1712_gpio_get_dir(struct snd_ice1712 *ice) in snd_ice1712_gpio_get_dir()
405 static inline void snd_ice1712_gpio_set_mask(struct snd_ice1712 *ice, unsigned int bits) in snd_ice1712_gpio_set_mask()
410 static inline void snd_ice1712_gpio_write(struct snd_ice1712 *ice, unsigned int val) in snd_ice1712_gpio_write()
415 static inline unsigned int snd_ice1712_gpio_read(struct snd_ice1712 *ice) in snd_ice1712_gpio_read()
425 static inline void snd_ice1712_save_gpio_status(struct snd_ice1712 *ice) in snd_ice1712_save_gpio_status()
432 static inline void snd_ice1712_restore_gpio_status(struct snd_ice1712 *ice) in snd_ice1712_restore_gpio_status()
453 static inline void snd_ice1712_gpio_write_bits(struct snd_ice1712 *ice, in snd_ice1712_gpio_write_bits()
466 static inline int snd_ice1712_gpio_read_bits(struct snd_ice1712 *ice, in snd_ice1712_gpio_read_bits()
490 static inline void snd_ice1712_write(struct snd_ice1712 *ice, u8 addr, u8 data) in snd_ice1712_write()
496 static inline u8 snd_ice1712_read(struct snd_ice1712 *ice, u8 addr) in snd_ice1712_read()