Searched refs:ivs (Results 1 - 2 of 2) sorted by relevance

/drivers/crypto/
H A Dmv_cesa.c123 u32 ivs[2 * SHA1_DIGEST_SIZE / 4]; member in struct:mv_tfm_hash_ctx
313 tfm_ctx->ivs, sizeof(tfm_ctx->ivs));
742 ctx->ivs[i] = cpu_to_be32(isha1_state->state[i]);
743 ctx->ivs[i + 5] = cpu_to_be32(osha1_state->state[i]);
/drivers/video/omap2/dss/
H A Ddispc.c2706 bool rf, bool ieo, bool ipc, bool ihs, bool ivs, u8 acbi,
2711 DSSDBG("onoff %d rf %d ieo %d ipc %d ihs %d ivs %d acbi %d acb %d\n",
2712 onoff, rf, ieo, ipc, ihs, ivs, acbi, acb);
2719 l |= FLD_VAL(ivs, 12, 12);
2705 _dispc_mgr_set_pol_freq(enum omap_channel channel, bool onoff, bool rf, bool ieo, bool ipc, bool ihs, bool ivs, u8 acbi, u8 acb) argument

Completed in 2574 milliseconds