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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 ) ];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 139 milliseconds