Searched refs:foo (Results 1 – 3 of 3) sorted by relevance
49 int foo, tmp; in pcm_set_speed() local62 foo = ((PIT_TICK_RATE / 2) + (arg / 2)) / arg; in pcm_set_speed()63 arg = ((PIT_TICK_RATE / 2) + (foo / 2)) / foo; in pcm_set_speed()67 foo = (PIT_TICK_RATE + (arg / 2)) / arg; in pcm_set_speed()68 arg = (PIT_TICK_RATE + (foo / 2)) / foo; in pcm_set_speed()108 pas_write(foo & 0xff, 0x1388); in pcm_set_speed()109 pas_write((foo >> 8) & 0xff, 0x1388); in pcm_set_speed()
202 int foo; in pas_mixer_reset() local204 for (foo = 0; foo < SOUND_MIXER_NRDEVICES; foo++) in pas_mixer_reset()205 pas_mixer_set(foo, levels[foo]); in pas_mixer_reset()
284 unsigned char board_id, foo; in detect_pas_hw() local309 foo = board_id ^ 0xe0; in detect_pas_hw()311 pas_write(foo, 0x0B8B); in detect_pas_hw()312 foo = pas_read(0x0B8B); in detect_pas_hw()315 if (board_id != foo) in detect_pas_hw()