Home
last modified time | relevance | path

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

/Linux-v5.4/arch/nios2/kernel/
Dirq.c37 static void chip_mask(struct irq_data *d) in chip_mask() function
46 .irq_mask = chip_mask,
/Linux-v5.4/sound/pci/ice1712/
Dews.c132 static int snd_ice1712_ews88mt_chip_select(struct snd_ice1712 *ice, int chip_mask) in snd_ice1712_ews88mt_chip_select() argument
137 if (snd_BUG_ON(chip_mask < 0 || chip_mask > 0x0f)) in snd_ice1712_ews88mt_chip_select()
142 ndata = (data & 0xf0) | chip_mask; in snd_ice1712_ews88mt_chip_select()