taglinefilesource code
bitpos2513drivers/char/istallion.cint      bitpos, bitat, bitsize;
bitpos2544drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2545drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2547drivers/char/istallion.cchannr = bitpos * 8;
bitpos2549drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2566drivers/char/istallion.cfor (bitpos = 0; (bitpos < bitsize); bitpos++) {
bitpos2567drivers/char/istallion.cif (bits[bitpos] == 0)
bitpos2569drivers/char/istallion.cchannr = bitpos * 8;
bitpos2571drivers/char/istallion.cif (bits[bitpos] & bitat) {
bitpos2579drivers/char/istallion.cbits[bitpos] &= ~bitat;
bitpos353drivers/sound/ad1848.cshift = mix_devices[dev][chn].bitpos;
bitpos69drivers/sound/ad1848_mixer.hunsigned int bitpos:4;