Lines Matching defs:bits
368 * snd_ac97_update_bits - update the bits on the given register
374 * Updates the masked-bits on the given register only when the value
377 * Return: 1 if the bits are changed, 0 if no change, or a negative
425 /* update PCM bits */
699 /* FIXME: AC'97 spec doesn't say which bits are used for what */
1073 *lo_max = tbl->bits & 0xff;
1074 *hi_max = (tbl->bits >> 8) & 0xff;
1168 /* check whether both mute bits work */
2361 /* some codecs have stereo mute bits */
2424 * Update the AC97 powerdown register bits of the given part.
2451 /* adjust power-down bits after two seconds delay
2469 unsigned int power_up, bits;
2494 bits = 0;
2496 bits = power_regs[i].mask;
2498 power_regs[i].mask, bits);