Lines Matching refs:tmp1
352 int tmp1; in oslec_update() local
400 tmp1 = ec->rx_1 >> 15; in oslec_update()
401 if (tmp1 > 16383) in oslec_update()
402 tmp1 = 16383; in oslec_update()
403 if (tmp1 < -16383) in oslec_update()
404 tmp1 = -16383; in oslec_update()
405 rx = tmp1; in oslec_update()
642 int tmp1; in oslec_hpf_tx() local
658 tmp1 = ec->tx_1 >> 15; in oslec_hpf_tx()
659 if (tmp1 > 32767) in oslec_hpf_tx()
660 tmp1 = 32767; in oslec_hpf_tx()
661 if (tmp1 < -32767) in oslec_hpf_tx()
662 tmp1 = -32767; in oslec_hpf_tx()
663 tx = tmp1; in oslec_hpf_tx()