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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dews.c143 static int snd_ice1712_ews88mt_chip_select(struct snd_ice1712 *ice, int chip_mask) argument
147 snd_assert(chip_mask >= 0 && chip_mask <= 0x0f, return -EINVAL);
151 ndata = (data & 0xf0) | chip_mask;

Completed in 68 milliseconds