Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/hamradio/soundmodem/
Dsm_psk4800.c60 unsigned int s_phase; member
223 st->s_phase &= 0xffff; in demod_psk48_baseband()
224 st->s_phase += PSK48_SPHASEINC; in demod_psk48_baseband()
227 if (st->s_phase >= (0x8000 + 5*PSK48_SPHASEINC/2)) in demod_psk48_baseband()
228 st->s_phase -= PSK48_SPHASEINC/6; in demod_psk48_baseband()
230 st->s_phase += PSK48_SPHASEINC/6; in demod_psk48_baseband()
242 if (st->s_phase < 0x10000) in demod_psk48_baseband()