taglinefilesource code
bitpos2557drivers/char/istallion.cint      bitpos, bitat, bitsize;
bitpos2588drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2589drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2591drivers/char/istallion.cchannr = bitpos * 8;
bitpos2593drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2610drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2611drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2613drivers/char/istallion.cchannr = bitpos * 8;
bitpos2615drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2623drivers/char/istallion.cbits[bitpos] &= ~bitat;
bitpos334drivers/sound/ad1848.cshift = mix_devices[dev][chn].bitpos;
bitpos69drivers/sound/ad1848_mixer.hunsigned int bitpos:4;