Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Domap-aes.h80 #define FLAGS_INIT BIT(5) macro
H A Domap-des.c73 #define FLAGS_INIT BIT(4) macro
233 if (!(dd->flags & FLAGS_INIT)) { in omap_des_hw_init()
234 dd->flags |= FLAGS_INIT; in omap_des_hw_init()
H A Domap-aes.c99 if (!(dd->flags & FLAGS_INIT)) { in omap_aes_hw_init()
100 dd->flags |= FLAGS_INIT; in omap_aes_hw_init()