Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dsb16.c78 int time_const; member
167 dsp->time_const,
256 if (-1 == s->time_const) { in dma_cmd8()
261 int tmp = (256 - s->time_const); in dma_cmd8()
319 if (-1 != s->time_const) { in dma_cmd()
321 int tmp = 256 - s->time_const; in dma_cmd()
325 s->freq = 1000000 / ((255 - s->time_const)); in dma_cmd()
327 s->time_const = -1; in dma_cmd()
489 s->time_const = -1; in command()
495 s->time_const = -1; in command()
[all …]
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c903 unsigned int time_const; in scc_key_trx() local
911 time_const = (unsigned) (scc->clock / (scc->modem.speed * (tx? 2:64))) - 2; in scc_key_trx()
929 set_brg(scc, time_const); /* reprogram baudrate generator */ in scc_key_trx()
945 set_brg(scc, time_const); /* reprogram baudrate generator */ in scc_key_trx()