taglinefilesource code
bitpos2514drivers/char/istallion.cint      bitpos, bitat, bitsize;
bitpos2547drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2548drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2550drivers/char/istallion.cchannr = bitpos * 8;
bitpos2552drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2569drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2570drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2572drivers/char/istallion.cchannr = bitpos * 8;
bitpos2574drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2582drivers/char/istallion.cbits[bitpos] &= ~bitat;
bitpos359drivers/sound/ad1848.cshift = mix_devices[dev][chn].bitpos;
bitpos60drivers/sound/ad1848_mixer.hunsigned int bitpos:4;