Searched refs:le_bit (Results 1 – 1 of 1) sorted by relevance
160 int nr_bits, le_bit; in s390_add_from_feat_block() local176 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()177 while (le_bit < nr_bits) { in s390_add_from_feat_block()179 S390Feat feat = s390_feat_by_type_and_bit(type, BE_BIT_NR(le_bit)); in s390_add_from_feat_block()184 le_bit = find_next_bit((unsigned long *) data, nr_bits, le_bit + 1); in s390_add_from_feat_block()