Searched refs:st_bits (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/crypto/
H A Ds5p-sss.c665 u32 status, st_bits; local
693 st_bits = status & (SSS_FCINTSTAT_BRDMAINT | SSS_FCINTSTAT_BTDMAINT |
696 SSS_WRITE(dev, FCINTPEND, st_bits);
702 st_bits = SSS_HASH_STATUS_PARTIAL_DONE;
705 st_bits = SSS_HASH_STATUS_MSG_DONE;
708 s5p_hash_write(dev, SSS_REG_HASH_STATUS, st_bits);
/linux-master/kernel/
H A Dwatch_queue.c162 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; local
163 unsigned int st_index = n->subtype / st_bits;
164 unsigned int st_bit = 1U << (n->subtype % st_bits);

Completed in 195 milliseconds