Searched refs:st_bits (Results 1 – 3 of 3) sorted by relevance
18 u16 st_bits = BIT(IB_DMAH_CPU_ID_EXISTS) | in mlx5_ib_alloc_dmah() local27 if (ibdmah->valid_fields & st_bits) { in mlx5_ib_alloc_dmah()28 if ((ibdmah->valid_fields & st_bits) != st_bits) in mlx5_ib_alloc_dmah()
161 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; in filter_watch_notification() local162 unsigned int st_index = n->subtype / st_bits; in filter_watch_notification()163 unsigned int st_bit = 1U << (n->subtype % st_bits); in filter_watch_notification()
650 u32 status, st_bits; in s5p_aes_interrupt() local678 st_bits = status & (SSS_FCINTSTAT_BRDMAINT | SSS_FCINTSTAT_BTDMAINT | in s5p_aes_interrupt()681 SSS_WRITE(dev, FCINTPEND, st_bits); in s5p_aes_interrupt()687 st_bits = SSS_HASH_STATUS_PARTIAL_DONE; in s5p_aes_interrupt()690 st_bits = SSS_HASH_STATUS_MSG_DONE; in s5p_aes_interrupt()693 s5p_hash_write(dev, SSS_REG_HASH_STATUS, st_bits); in s5p_aes_interrupt()