Searched refs:chip_mask (Results 1 – 2 of 2) sorted by relevance
50 static void chip_mask(struct irq_data *d) in chip_mask() function59 .irq_mask = chip_mask,
146 static int snd_ice1712_ews88mt_chip_select(struct snd_ice1712 *ice, int chip_mask) in snd_ice1712_ews88mt_chip_select() argument151 if (snd_BUG_ON(chip_mask < 0 || chip_mask > 0x0f)) in snd_ice1712_ews88mt_chip_select()156 ndata = (data & 0xf0) | chip_mask; in snd_ice1712_ews88mt_chip_select()