Home
last modified time | relevance | path

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

/linux-3.4.99/arch/m68k/mac/
Dmacboing.c43 static unsigned long mac_bell_phase; /* 0..2*Pi -> 0..0x800 (wavetable size) */ variable
238 mac_bell_phase = 0; in mac_quadra_start_bell()
292 mac_bell_phase += mac_bell_phasepersample; in mac_quadra_ring_bell()
293 mac_asc_regs[ 0 ] = mac_asc_wave_tab[ mac_bell_phase & ( sizeof( mac_asc_wave_tab ) - 1 ) ]; in mac_quadra_ring_bell()