Lines Matching defs:qce
28 static inline u32 qce_read(struct qce_device *qce, u32 offset) in qce_read()
33 static inline void qce_write(struct qce_device *qce, u32 offset, u32 val) in qce_write()
38 static inline void qce_write_array(struct qce_device *qce, u32 offset, in qce_write_array()
48 qce_clear_array(struct qce_device *qce, u32 offset, unsigned int len) in qce_clear_array()
148 static u32 qce_config_reg(struct qce_device *qce, int little) in qce_config_reg()
197 static void qce_xtskey(struct qce_device *qce, const u8 *enckey, in qce_xtskey()
213 static void qce_setup_config(struct qce_device *qce) in qce_setup_config()
225 static inline void qce_crypto_go(struct qce_device *qce) in qce_crypto_go()
237 struct qce_device *qce = tmpl->qce; in qce_setup_regs_ahash() local
322 struct qce_device *qce = tmpl->qce; in qce_setup_regs_ablkcipher() local
412 int qce_check_status(struct qce_device *qce, u32 *status) in qce_check_status()
430 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step) in qce_get_version()