taglinefilesource code
ival1377drivers/cdrom/mcdx.cstatic unsigned int uint2bcd(unsigned int ival)
ival1378drivers/cdrom/mcdx.c{ return ((ival / 10) << 4) | (ival % 10); }
ival466drivers/sound/sb16_dsp.cint             ival;
ival471drivers/sound/sb16_dsp.cival = 2;
ival474drivers/sound/sb16_dsp.cival = 4;
ival477drivers/sound/sb16_dsp.cival = 1;
ival480drivers/sound/sb16_dsp.cival = 8;
ival486drivers/sound/sb16_dsp.csb_setmixer (IRQ_NR, ival);