Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Dmv_cesa.h11 #define SEC_ACCEL_CMD 0xde00 macro
Dmv_cesa.c148 int active = readl(cpg->reg + SEC_ACCEL_CMD) & SEC_CMD_EN_SEC_ACCL0; in mv_completion_timer_callback()
155 writel(SEC_CMD_DISABLE_SEC, cpg->reg + SEC_ACCEL_CMD); in mv_completion_timer_callback()
156 while(readl(cpg->reg + SEC_ACCEL_CMD) & SEC_CMD_DISABLE_SEC) in mv_completion_timer_callback()
305 writel(SEC_CMD_EN_SEC_ACCL0, cpg->reg + SEC_ACCEL_CMD); in mv_process_current_q()
385 writel(SEC_CMD_EN_SEC_ACCL0, cpg->reg + SEC_ACCEL_CMD); in mv_process_hash_current()