Lines Matching defs:tmp
554 unsigned int tmp;
564 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
566 iputdword(chip, ICHREG(GLOB_STA), tmp &
581 unsigned int tmp;
585 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
587 iputdword(chip, ICHREG(GLOB_STA), tmp &
2266 u8 tmp = igetbyte(chip, ICHREG(SDM));
2267 tmp &= ~(ICH_DI2L_MASK|ICH_DI1L_MASK);
2269 tmp |= ICH_SE; /* steer enable for multiple SDINs */
2270 tmp |= chip->ac97_sdin[0] << ICH_DI1L_SHIFT;
2273 tmp |= chip->ac97_sdin[pcm->r[0].codec[1]->num] << ICH_DI2L_SHIFT;
2278 tmp &= ~ICH_SE; /* steer disable */
2280 iputbyte(chip, ICHREG(SDM), tmp);
2812 unsigned int tmp;
2817 tmp = igetdword(chip, ICHREG(GLOB_STA));
2819 snd_iprintf(buffer, "Global status : 0x%08x\n", tmp);
2823 if (tmp & chip->codec_isr_bits) {
2829 if (tmp & chip->codec_bit[i])