taglinefilesource code
bitpos2522drivers/char/istallion.cint      bitpos, bitat, bitsize;
bitpos2553drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2554drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2556drivers/char/istallion.cchannr = bitpos * 8;
bitpos2558drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2575drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2576drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2578drivers/char/istallion.cchannr = bitpos * 8;
bitpos2580drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2588drivers/char/istallion.cbits[bitpos] &= ~bitat;
bitpos353drivers/sound/ad1848.cshift = mix_devices[dev][chn].bitpos;
bitpos69drivers/sound/ad1848_mixer.hunsigned int bitpos:4;