Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/crypto/tegra/
Dtegra-se-key.c56 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_key_prep_ins_cmd()
60 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_key_prep_ins_cmd()
63 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_key_prep_ins_cmd()
70 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_key_prep_ins_cmd()
75 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_key_prep_ins_cmd()
80 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_key_prep_ins_cmd()
84 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_key_prep_ins_cmd()
Dtegra-se-hash.c223 cpuvaddr[i++] = host1x_opcode_setpayload(HASH_RESULT_REG_COUNT); in tegra_se_insert_hash_result()
288 cpuvaddr[i++] = host1x_opcode_setpayload(8); in tegra_sha_prep_cmd()
298 cpuvaddr[i++] = host1x_opcode_setpayload(2); in tegra_sha_prep_cmd()
313 cpuvaddr[i++] = host1x_opcode_setpayload(4); in tegra_sha_prep_cmd()
330 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_sha_prep_cmd()
335 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_sha_prep_cmd()
Dtegra-se-aes.c227 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_aes_prep_cmd()
672 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_gcm_crypt_prep_cmd()
729 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_gcm_prep_final_cmd()
895 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_ctr_prep_cmd()
1491 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_cmac_prep_cmd()
Dtegra-se.h537 static inline u32 host1x_opcode_setpayload(unsigned int payload) in host1x_opcode_setpayload() function
/linux-6.14.4/drivers/gpu/host1x/hw/
Dchannel_hw.c81 host1x_opcode_setpayload(stream_id), in submit_wait()
224 host1x_opcode_setpayload(0), in channel_program_cdma()
Dopcodes.h128 static inline u32 host1x_opcode_setpayload(unsigned payload) in host1x_opcode_setpayload() function