Searched refs:foo (Results 1 – 3 of 3) sorted by relevance
53 int foo, tmp; in pcm_set_speed() local66 foo = ((CLOCK_TICK_RATE / 2) + (arg / 2)) / arg; in pcm_set_speed()67 arg = ((CLOCK_TICK_RATE / 2) + (foo / 2)) / foo; in pcm_set_speed()71 foo = (CLOCK_TICK_RATE + (arg / 2)) / arg; in pcm_set_speed()72 arg = (CLOCK_TICK_RATE + (foo / 2)) / foo; in pcm_set_speed()112 pas_write(foo & 0xff, 0x1388); in pcm_set_speed()113 pas_write((foo >> 8) & 0xff, 0x1388); in pcm_set_speed()
208 int foo; in pas_mixer_reset() local212 for (foo = 0; foo < SOUND_MIXER_NRDEVICES; foo++) in pas_mixer_reset()213 pas_mixer_set(foo, levels[foo]); in pas_mixer_reset()
288 unsigned char board_id, foo; in detect_pas_hw() local313 foo = board_id ^ 0xe0; in detect_pas_hw()315 pas_write(foo, 0x0B8B); in detect_pas_hw()316 foo = pas_read(0x0B8B); in detect_pas_hw()319 if (board_id != foo) in detect_pas_hw()