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

/linux-4.4.14/drivers/crypto/
H A Dimg-hash.c152 static inline void img_hash_write(struct img_hash_dev *hdev, img_hash_write() function
177 img_hash_write(hdev, CR_CONTROL, cr); img_hash_start()
463 img_hash_write(hdev, CR_RESET, CR_RESET_SET); img_hash_hw_init()
464 img_hash_write(hdev, CR_RESET, CR_RESET_UNSET); img_hash_hw_init()
465 img_hash_write(hdev, CR_INTENAB, CR_INT_NEW_RESULTS_SET); img_hash_hw_init()
470 img_hash_write(hdev, CR_MESSAGE_LENGTH_H, u); img_hash_hw_init()
471 img_hash_write(hdev, CR_MESSAGE_LENGTH_L, l); img_hash_hw_init()
682 img_hash_write(hdev, CR_INTCLEAR, reg); img_irq_handler()

Completed in 37 milliseconds