Searched refs:mac_bell_phase (Results 1 – 1 of 1) sorted by relevance
43 static unsigned long mac_bell_phase; /* 0..2*Pi -> 0..0x800 (wavetable size) */ variable238 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()