Searched refs:out_buf (Results 1 – 7 of 7) sorted by relevance
129 float *out_buf = buffer; in fxas2100_read() local131 out_buf[0] = (float)idata[0] *(2000.0F/32768.0F); in fxas2100_read()132 out_buf[1] = (float)idata[1] *(2000.0F/32768.0F); in fxas2100_read()133 out_buf[2] = (float)idata[2] *(2000.0F/32768.0F); in fxas2100_read()
162 float *out_buf = buffer; in fxos8700_read() local164 out_buf[0] = (float)iacc[0] / 4096; in fxos8700_read()165 out_buf[1] = (float)iacc[1] / 4096; in fxos8700_read()166 out_buf[2] = (float)iacc[2] / 4096; in fxos8700_read()
371 uint8_t *out_buf = (uint8_t *)output; in csi_sha_finish() local415 memcpy(out_buf, context->buffer, *out_size); in csi_sha_finish()421 wj_sha_alg_sort(out_buf, context->buffer + (SHA_ALG_ALIGN_SORT(i) << 2), i); in csi_sha_finish()
763 uint32_t *out_buf; in ald_crypt_irq_handler() local767 out_buf = (uint32_t *)hperh->cipher_text + hperh->count - hperh->step; in ald_crypt_irq_handler()771 out_buf = (uint32_t *)hperh->plain_text + hperh->count - hperh->step; in ald_crypt_irq_handler()779 *out_buf++ = CRYPT_READ_FIFO(hperh); in ald_crypt_irq_handler()
915 uint32_t *out_buf = (uint32_t *)hperh->plain_text; in ald_crypt_irq_handler() local919 out_buf = (uint32_t *)hperh->plain_text + hperh->count - hperh->step; in ald_crypt_irq_handler()923 out_buf = (uint32_t *)hperh->cipher_text + hperh->count - hperh->step; in ald_crypt_irq_handler()935 *out_buf++ = CRYPT_READ_FIFO(hperh); in ald_crypt_irq_handler()
Completed in 141 milliseconds