Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/
Dimg-hash.c154 static inline void img_hash_write(struct img_hash_dev *hdev, in img_hash_write() function
179 img_hash_write(hdev, CR_CONTROL, cr); in img_hash_start()
465 img_hash_write(hdev, CR_RESET, CR_RESET_SET); in img_hash_hw_init()
466 img_hash_write(hdev, CR_RESET, CR_RESET_UNSET); in img_hash_hw_init()
467 img_hash_write(hdev, CR_INTENAB, CR_INT_NEW_RESULTS_SET); in img_hash_hw_init()
472 img_hash_write(hdev, CR_MESSAGE_LENGTH_H, u); in img_hash_hw_init()
473 img_hash_write(hdev, CR_MESSAGE_LENGTH_L, l); in img_hash_hw_init()
725 img_hash_write(hdev, CR_INTCLEAR, reg); in img_irq_handler()