Home
last modified time | relevance | path

Searched refs:host1x_opcode_setpayload (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c226 cpuvaddr[i++] = host1x_opcode_setpayload(HASH_RESULT_REG_COUNT); in tegra_se_insert_hash_result()
291 cpuvaddr[i++] = host1x_opcode_setpayload(8); in tegra_sha_prep_cmd()
301 cpuvaddr[i++] = host1x_opcode_setpayload(2); in tegra_sha_prep_cmd()
316 cpuvaddr[i++] = host1x_opcode_setpayload(4); in tegra_sha_prep_cmd()
333 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_sha_prep_cmd()
338 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_sha_prep_cmd()
H A Dtegra-se-aes.c228 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_aes_prep_cmd()
676 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_gcm_crypt_prep_cmd()
733 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_gcm_prep_final_cmd()
899 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_ctr_prep_cmd()
1499 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_cmac_prep_cmd()
/linux/drivers/gpu/host1x/hw/
H A Dopcodes.h128 static inline u32 host1x_opcode_setpayload(unsigned payload) in host1x_opcode_setpayload() function