Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dimg-hash.c58 #define DRIVER_FLAGS_BUSY BIT(0) macro
308 DRIVER_FLAGS_CPU | DRIVER_FLAGS_BUSY | DRIVER_FLAGS_FINAL); in img_hash_finish_req()
513 if (DRIVER_FLAGS_BUSY & hdev->flags) { in img_hash_handle_queue()
521 hdev->flags |= DRIVER_FLAGS_BUSY; in img_hash_handle_queue()
733 if (DRIVER_FLAGS_BUSY & hdev->flags) { in img_irq_handler()
899 if (!(DRIVER_FLAGS_BUSY & hdev->flags)) { in img_hash_done_task()