taglinefilesource code
ival1377drivers/cdrom/mcdx.cstatic unsigned int uint2bcd(unsigned int ival)
ival1378drivers/cdrom/mcdx.c{ return ((ival / 10) << 4) | (ival % 10); }
ival491drivers/sound/sb16_dsp.cint             ival;
ival496drivers/sound/sb16_dsp.cival = 2;
ival499drivers/sound/sb16_dsp.cival = 4;
ival502drivers/sound/sb16_dsp.cival = 1;
ival505drivers/sound/sb16_dsp.cival = 8;
ival511drivers/sound/sb16_dsp.csb_setmixer (IRQ_NR, ival);