mac_bell_phase     44 arch/m68k/mac/macboing.c static unsigned long mac_bell_phase; /* 0..2*Pi -> 0..0x800 (wavetable size) */
mac_bell_phase    239 arch/m68k/mac/macboing.c 	mac_bell_phase = 0;
mac_bell_phase    293 arch/m68k/mac/macboing.c 			mac_bell_phase += mac_bell_phasepersample;
mac_bell_phase    294 arch/m68k/mac/macboing.c 			mac_asc_regs[ 0 ] = mac_asc_wave_tab[ mac_bell_phase & ( sizeof( mac_asc_wave_tab ) - 1 ) ];