Searched refs:ICH_AC97WARM (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dintel8x0.c170 #define ICH_AC97WARM 0x00000004 /* AC'97 warm reset */ macro
2178 cnt |= (cnt & ICH_AC97COLD) == 0 ? ICH_AC97COLD : ICH_AC97WARM;
2182 if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0)
H A Dintel8x0m.c125 #define ICH_AC97WARM 0x00000004 /* AC'97 warm reset */ macro
858 cnt |= (cnt & ICH_AC97COLD) == 0 ? ICH_AC97COLD : ICH_AC97WARM;
862 if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0)

Completed in 224 milliseconds