taglinefilesource code
bitpos2616drivers/char/istallion.cint      bitpos, bitat, bitsize;
bitpos2649drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2650drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2652drivers/char/istallion.cchannr = bitpos * 8;
bitpos2654drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2671drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2672drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2674drivers/char/istallion.cchannr = bitpos * 8;
bitpos2676drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2684drivers/char/istallion.cbits[bitpos] &= ~bitat;
bitpos359drivers/sound/ad1848.cshift = mix_devices[dev][chn].bitpos;
bitpos60drivers/sound/ad1848_mixer.hunsigned int bitpos:4;