Home
last modified time | relevance | path

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

/linux-4.1.27/arch/nios2/kernel/
Dirq.c50 static void chip_mask(struct irq_data *d) in chip_mask() function
59 .irq_mask = chip_mask,
/linux-4.1.27/sound/pci/ice1712/
Dews.c146 static int snd_ice1712_ews88mt_chip_select(struct snd_ice1712 *ice, int chip_mask) in snd_ice1712_ews88mt_chip_select() argument
151 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()