Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dwatch_queue.c166 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; in filter_watch_notification() local
167 unsigned int st_index = n->subtype / st_bits; in filter_watch_notification()
168 unsigned int st_bit = 1U << (n->subtype % st_bits); in filter_watch_notification()
/kernel/linux/linux-5.10/drivers/crypto/
Ds5p-sss.c671 u32 status, st_bits; in s5p_aes_interrupt() local
699 st_bits = status & (SSS_FCINTSTAT_BRDMAINT | SSS_FCINTSTAT_BTDMAINT | in s5p_aes_interrupt()
702 SSS_WRITE(dev, FCINTPEND, st_bits); in s5p_aes_interrupt()
708 st_bits = SSS_HASH_STATUS_PARTIAL_DONE; in s5p_aes_interrupt()
711 st_bits = SSS_HASH_STATUS_MSG_DONE; in s5p_aes_interrupt()
714 s5p_hash_write(dev, SSS_REG_HASH_STATUS, st_bits); in s5p_aes_interrupt()