Lines Matching refs:tmp1
279 int tmp1; in oslec_update() local
327 tmp1 = ec->rx_1 >> 15; in oslec_update()
328 if (tmp1 > 16383) in oslec_update()
329 tmp1 = 16383; in oslec_update()
330 if (tmp1 < -16383) in oslec_update()
331 tmp1 = -16383; in oslec_update()
332 rx = tmp1; in oslec_update()
569 int tmp1; in oslec_hpf_tx() local
585 tmp1 = ec->tx_1 >> 15; in oslec_hpf_tx()
586 if (tmp1 > 32767) in oslec_hpf_tx()
587 tmp1 = 32767; in oslec_hpf_tx()
588 if (tmp1 < -32767) in oslec_hpf_tx()
589 tmp1 = -32767; in oslec_hpf_tx()
590 tx = tmp1; in oslec_hpf_tx()