Searched refs:qce_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/crypto/qce/ |
D | common.c | 33 static inline void qce_write(struct qce_device *qce, u32 offset, u32 val) in qce_write() function 44 qce_write(qce, offset + i * sizeof(u32), val[i]); in qce_write_array() 53 qce_write(qce, offset + i * sizeof(u32), 0); in qce_clear_array() 210 qce_write(qce, REG_ENCR_XTS_DU_SIZE, xtsdusize); in qce_xtskey() 221 qce_write(qce, REG_STATUS, 0); in qce_setup_config() 222 qce_write(qce, REG_CONFIG, config); in qce_setup_config() 227 qce_write(qce, REG_GOPROC, BIT(GO_SHIFT) | BIT(RESULTS_DUMP_SHIFT)); in qce_crypto_go() 252 qce_write(qce, REG_AUTH_SEG_CFG, 0); in qce_setup_regs_ahash() 253 qce_write(qce, REG_ENCR_SEG_CFG, 0); in qce_setup_regs_ahash() 254 qce_write(qce, REG_ENCR_SEG_SIZE, 0); in qce_setup_regs_ahash() [all …]
|