fifobeg 357 sound/mips/hal2.c unsigned int fifobeg, fifoend, highwater, sample_size; fifobeg 369 sound/mips/hal2.c fifobeg = 0; /* playback is first */ fifobeg 372 sound/mips/hal2.c (highwater << 8) | (fifobeg << 16) | (fifoend << 24); fifobeg 390 sound/mips/hal2.c unsigned int fifobeg, fifoend, highwater, sample_size; fifobeg 395 sound/mips/hal2.c fifobeg = (4 * 4) >> 3; /* record is second */ fifobeg 398 sound/mips/hal2.c (highwater << 8) | (fifobeg << 16) | (fifoend << 24);