Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dtalitos.c380 #define DEF_TALITOS1_DONE(name, ch_done_mask) \ argument
387 if (ch_done_mask & 0x10000000) \
391 if (ch_done_mask & 0x40000000) \
393 if (ch_done_mask & 0x00010000) \
395 if (ch_done_mask & 0x00040000) \
402 clrbits32(priv->reg + TALITOS_IMR, ch_done_mask); \
409 #define DEF_TALITOS2_DONE(name, ch_done_mask) \ argument
416 if (ch_done_mask & 1) \
420 if (ch_done_mask & (1 << 2)) \
422 if (ch_done_mask & (1 << 4)) \
[all …]