Searched refs:se_host1x_opcode_nonincr (Results 1 – 4 of 4) sorted by relevance
| /drivers/crypto/tegra/ |
| A D | tegra-se-aes.c | 233 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_aes_prep_cmd() 250 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->op, 1); in tegra_aes_prep_cmd() 623 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_gmac_prep_cmd() 634 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->op, 1); in tegra_gmac_prep_cmd() 677 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_gcm_crypt_prep_cmd() 695 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->op, 1); in tegra_gcm_crypt_prep_cmd() 745 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->op, 1); in tegra_gcm_prep_final_cmd() 862 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_cbcmac_prep_cmd() 877 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->op, 1); in tegra_cbcmac_prep_cmd() 916 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->op, 1); in tegra_ctr_prep_cmd() [all …]
|
| A D | tegra-se-key.c | 89 cpuvaddr[i++] = se_host1x_opcode_nonincr(host1x_uclass_incr_syncpt_r(), 1); in tegra_key_prep_ins_cmd()
|
| A D | tegra-se.h | 587 #define se_host1x_opcode_nonincr(x, y) host1x_opcode_nonincr((x) / 4, y) macro
|
| A D | tegra-se-hash.c | 341 cpuvaddr[i++] = se_host1x_opcode_nonincr(host1x_uclass_incr_syncpt_r(), 1); in tegra_sha_prep_cmd()
|
Completed in 14 milliseconds