Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/pressure/
Dhp03.c100 u8 coefs[18]; in hp03_update_temp_pressure() local
107 coefs, sizeof(coefs)); in hp03_update_temp_pressure()
135 cx_val[i] = (coefs[2 * i] << 8) | (coefs[(2 * i) + 1] << 0); in hp03_update_temp_pressure()
141 ab_val = coefs[14]; /* A-value */ in hp03_update_temp_pressure()
143 ab_val = coefs[15]; /* B-value */ in hp03_update_temp_pressure()
146 dut = (ab_val * (diff_val >> 7) * (diff_val >> 7)) >> coefs[16]; in hp03_update_temp_pressure()
154 priv->temp = 250 + ((dut * cx_val[5]) >> 16) - (dut >> coefs[17]); in hp03_update_temp_pressure()
/linux-4.19.296/crypto/async_tx/
Dasync_pq.c201 unsigned char coefs[MAX_DISKS]; in async_gen_syndrome() local
217 coefs[j] = raid6_gfexp[i]; in async_gen_syndrome()
244 tx = do_async_gen_syndrome(chan, coefs, j, unmap, dma_flags, submit); in async_gen_syndrome()
304 unsigned char coefs[MAX_DISKS]; in async_syndrome_val() local
328 coefs[j] = raid6_gfexp[i]; in async_syndrome_val()
361 coefs, in async_syndrome_val()