Searched refs:ICE1712_SPDIF_MASTER (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1712.c131 return (inb(ICEMT(ice, RATE)) & ICE1712_SPDIF_MASTER) ? 1 : 0;
1875 outb(oval | ICE1712_SPDIF_MASTER, ICEMT(ice, RATE));
1885 if ((oval & ICE1712_SPDIF_MASTER) !=
1886 (inb(ICEMT(ice, RATE)) & ICE1712_SPDIF_MASTER))
H A Dice1712.h153 #define ICE1712_SPDIF_MASTER 0x10 /* S/PDIF input is master clock */ macro

Completed in 57 milliseconds