Searched refs:mac_bell_phase (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mac/
H A Dmacboing.c43 static unsigned long mac_bell_phase; /* 0..2*Pi -> 0..0x800 (wavetable size) */ variable
228 mac_bell_phase = 0;
282 mac_bell_phase += mac_bell_phasepersample;
283 mac_asc_regs[ 0 ] = mac_asc_wave_tab[ mac_bell_phase & ( sizeof( mac_asc_wave_tab ) - 1 ) ];

Completed in 30 milliseconds