taglinefilesource code
ival1441drivers/cdrom/mcdx.cstatic unsigned int uint2bcd(unsigned int ival)
ival1442drivers/cdrom/mcdx.c{ return ((ival / 10) << 4) | (ival % 10); }
ival461drivers/sound/sb16_dsp.cint             ival;
ival466drivers/sound/sb16_dsp.cival = 2;
ival469drivers/sound/sb16_dsp.cival = 4;
ival472drivers/sound/sb16_dsp.cival = 1;
ival475drivers/sound/sb16_dsp.cival = 8;
ival481drivers/sound/sb16_dsp.csb_setmixer (IRQ_NR, ival);