Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H A Domap-aes.h78 #define FLAGS_INIT BIT(5) macro
H A Domap-des.c71 #define FLAGS_INIT BIT(4) macro
231 if (!(dd->flags & FLAGS_INIT)) { in omap_des_hw_init()
232 dd->flags |= FLAGS_INIT; in omap_des_hw_init()
H A Domap-aes.c100 if (!(dd->flags & FLAGS_INIT)) { in omap_aes_hw_init()
101 dd->flags |= FLAGS_INIT; in omap_aes_hw_init()