Searched refs:chip_mask (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/nios2/kernel/
H A Dirq.c50 static void chip_mask(struct irq_data *d) chip_mask() function
59 .irq_mask = chip_mask,
/linux-4.4.14/sound/pci/ice1712/
H A Dews.c146 static int snd_ice1712_ews88mt_chip_select(struct snd_ice1712 *ice, int chip_mask) snd_ice1712_ews88mt_chip_select() argument
151 if (snd_BUG_ON(chip_mask < 0 || chip_mask > 0x0f)) snd_ice1712_ews88mt_chip_select()
156 ndata = (data & 0xf0) | chip_mask; snd_ice1712_ews88mt_chip_select()

Completed in 76 milliseconds