Searched refs:img_hash_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | img-hash.c | 153 static inline void img_hash_write(struct img_hash_dev *hdev, in img_hash_write() function 178 img_hash_write(hdev, CR_CONTROL, cr); in img_hash_start() 468 img_hash_write(hdev, CR_RESET, CR_RESET_SET); in img_hash_hw_init() 469 img_hash_write(hdev, CR_RESET, CR_RESET_UNSET); in img_hash_hw_init() 470 img_hash_write(hdev, CR_INTENAB, CR_INT_NEW_RESULTS_SET); in img_hash_hw_init() 475 img_hash_write(hdev, CR_MESSAGE_LENGTH_H, u); in img_hash_hw_init() 476 img_hash_write(hdev, CR_MESSAGE_LENGTH_L, l); in img_hash_hw_init() 733 img_hash_write(hdev, CR_INTCLEAR, reg); in img_irq_handler()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | img-hash.c | 154 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() 469 img_hash_write(hdev, CR_RESET, CR_RESET_SET); in img_hash_hw_init() 470 img_hash_write(hdev, CR_RESET, CR_RESET_UNSET); in img_hash_hw_init() 471 img_hash_write(hdev, CR_INTENAB, CR_INT_NEW_RESULTS_SET); in img_hash_hw_init() 476 img_hash_write(hdev, CR_MESSAGE_LENGTH_H, u); in img_hash_hw_init() 477 img_hash_write(hdev, CR_MESSAGE_LENGTH_L, l); in img_hash_hw_init() 729 img_hash_write(hdev, CR_INTCLEAR, reg); in img_irq_handler()
|
Completed in 4 milliseconds