taglinefilesource code
bitpos2593drivers/char/istallion.cint      bitpos, bitat, bitsize;
bitpos2626drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2627drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2629drivers/char/istallion.cchannr = bitpos * 8;
bitpos2631drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2648drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2649drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2651drivers/char/istallion.cchannr = bitpos * 8;
bitpos2653drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2661drivers/char/istallion.cbits[bitpos] &= ~bitat;
bitpos356drivers/sound/ad1848.cshift = mix_devices[dev][chn].bitpos;
bitpos60drivers/sound/ad1848_mixer.hunsigned int bitpos:4;