Home
last modified time | relevance | path

Searched refs:se_host1x_opcode_incr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c231 cpuvaddr[i++] = se_host1x_opcode_incr(se->hw->regs->config, 6); in tegra_aes_prep_cmd()
578 cpuvaddr[i++] = se_host1x_opcode_incr(se->hw->regs->config, 4); in tegra_gmac_prep_cmd()
632 cpuvaddr[i++] = se_host1x_opcode_incr(se->hw->regs->config, 6); in tegra_gcm_crypt_prep_cmd()
672 cpuvaddr[i++] = se_host1x_opcode_incr(se->hw->regs->aad_len, 2); in tegra_gcm_prep_final_cmd()
676 cpuvaddr[i++] = se_host1x_opcode_incr(se->hw->regs->cryp_msg_len, 2); in tegra_gcm_prep_final_cmd()
685 cpuvaddr[i++] = se_host1x_opcode_incr(se->hw->regs->config, 6); in tegra_gcm_prep_final_cmd()
816 cpuvaddr[i++] = se_host1x_opcode_incr(se->hw->regs->config, 6); in tegra_cbcmac_prep_cmd()
853 cpuvaddr[i++] = se_host1x_opcode_incr(se->hw->regs->config, 6); in tegra_ctr_prep_cmd()
1423 cpuvaddr[i++] = se_host1x_opcode_incr(se->hw->regs->config, 6); in tegra_cmac_prep_cmd()
H A Dtegra-se.h557 #define se_host1x_opcode_incr(x, y) host1x_opcode_incr((x) / 4, y) macro