Lines Matching defs:bits
173 * Codec configuration bits
253 unsigned char caddr; /* C0 and C1 bits */
257 unsigned int cs_addr; /* bits to select address */
258 unsigned int cs_none; /* bits to deselect address */
259 unsigned int add_flags; /* additional bits at init */
260 unsigned int mask_flags; /* total mask bits */
350 unsigned int direction; /* current direction bits */
351 unsigned int write_mask; /* current mask bits */
395 static inline void snd_ice1712_gpio_set_dir(struct snd_ice1712 *ice, unsigned int bits)
397 ice->gpio.set_dir(ice, bits);
405 static inline void snd_ice1712_gpio_set_mask(struct snd_ice1712 *ice, unsigned int bits)
407 ice->gpio.set_mask(ice, bits);
454 unsigned int mask, unsigned int bits)
462 val |= mask & bits;