taglinefilesource code
ival1461drivers/cdrom/mcdx.cstatic unsigned int uint2bcd(unsigned int ival)
ival1462drivers/cdrom/mcdx.c{ return ((ival / 10) << 4) | (ival % 10); }
ival467drivers/sound/sb16_dsp.cint             ival;
ival472drivers/sound/sb16_dsp.cival = 2;
ival475drivers/sound/sb16_dsp.cival = 4;
ival478drivers/sound/sb16_dsp.cival = 1;
ival481drivers/sound/sb16_dsp.cival = 8;
ival487drivers/sound/sb16_dsp.csb_setmixer (IRQ_NR, ival);