Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A 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()
H A Dtegra-se-hash.c234 cpuvaddr[i++] = host1x_opcode_setpayload(8); in tegra_sha_prep_cmd()
244 cpuvaddr[i++] = host1x_opcode_setpayload(6); in tegra_sha_prep_cmd()
262 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_sha_prep_cmd()
267 cpuvaddr[i++] = host1x_opcode_setpayload(1); in tegra_sha_prep_cmd()
H A Dtegra-se-aes.c221 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_aes_prep_cmd()
623 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_gcm_crypt_prep_cmd()
680 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_gcm_prep_final_cmd()
846 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_ctr_prep_cmd()
1412 cpuvaddr[i++] = host1x_opcode_setpayload(SE_CRYPTO_CTR_REG_COUNT); in tegra_cmac_prep_cmd()
H A Dtegra-se.h508 static inline u32 host1x_opcode_setpayload(unsigned int payload) in host1x_opcode_setpayload() function
/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c81 host1x_opcode_setpayload(stream_id), in submit_wait()
224 host1x_opcode_setpayload(0), in channel_program_cdma()
H A Dopcodes.h128 static inline u32 host1x_opcode_setpayload(unsigned payload) in host1x_opcode_setpayload() function