Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dstb0899_drv.c297 u8 buf_1[] = { in _stb0899_read_s2reg() local
312 .buf = buf_1, in _stb0899_read_s2reg()
327 buf_1[0] = GETBYTE(tmpaddr, BYTE1); in _stb0899_read_s2reg()
328 buf_1[1] = GETBYTE(tmpaddr, BYTE0); in _stb0899_read_s2reg()
348 buf_1[0] = GETBYTE(stb0899_reg_offset, BYTE1); in _stb0899_read_s2reg()
349 buf_1[1] = GETBYTE(stb0899_reg_offset, BYTE0); in _stb0899_read_s2reg()
396 u8 buf_1[] = { in stb0899_write_s2reg() local
415 .buf = buf_1, in stb0899_write_s2reg()
419 buf_1[0] = GETBYTE(stb0899_reg_offset, BYTE1); in stb0899_write_s2reg()
420 buf_1[1] = GETBYTE(stb0899_reg_offset, BYTE0); in stb0899_write_s2reg()
[all …]
/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c128 u8 buf_1[CAAM_MAX_HASH_BLOCK_SIZE] ____cacheline_aligned; member
786 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_ctx()
788 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_ctx()
908 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_ctx()
991 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_ctx()
1156 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_no_ctx()
1218 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_no_ctx()
1220 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_no_ctx()
1332 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_no_ctx()
1414 u8 *next_buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_first()
[all …]