Searched refs:bits_set (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/acpi/acpica/ | 
| D | rscalc.c | 40 	u8 bits_set;  in acpi_rs_count_set_bits()  local44 	for (bits_set = 0; bit_field; bits_set++) {  in acpi_rs_count_set_bits()
 51 	return (bits_set);  in acpi_rs_count_set_bits()
 
 | 
| /Linux-v5.4/drivers/staging/wusbcore/ | 
| D | rh.c | 130 	size_t cnt, size, bits_set = 0;  in wusbhc_rh_status_data()  local145 			bits_set++;  in wusbhc_rh_status_data()
 149 	return bits_set ? size : 0;  in wusbhc_rh_status_data()
 
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_buf_item.c | 801 	uint		bits_set;  in xfs_buf_item_log_segment()  local844 		bits_set = end_bit - bit;  in xfs_buf_item_log_segment()
 846 		bits_set = 0;  in xfs_buf_item_log_segment()
 853 	while ((bits_to_set - bits_set) >= NBWORD) {  in xfs_buf_item_log_segment()
 855 		bits_set += NBWORD;  in xfs_buf_item_log_segment()
 862 	end_bit = bits_to_set - bits_set;  in xfs_buf_item_log_segment()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ | 
| D | bnxt_tc.c | 374 static bool bits_set(void *key, int len)  in bits_set()  function779 	if (bits_set(&flow->l2_key.smac, sizeof(flow->l2_key.smac)) &&  in bnxt_tc_can_offload()
 784 	if (bits_set(&flow->l2_key.dmac, sizeof(flow->l2_key.dmac)) &&  in bnxt_tc_can_offload()
 791 	if (bits_set(&flow->l2_key.inner_vlan_tci,  in bnxt_tc_can_offload()
 798 	if (bits_set(&flow->l2_key.inner_vlan_tpid,  in bnxt_tc_can_offload()
 
 | 
| /Linux-v5.4/sound/pci/hda/ | 
| D | patch_realtek.c | 148 				  unsigned int bits_set)  in alc_update_coefex_idx()  argument154 				     (val & ~mask) | bits_set);  in alc_update_coefex_idx()
 157 #define alc_update_coef_idx(codec, coef_idx, mask, bits_set)	\  argument
 158 	alc_update_coefex_idx(codec, 0x20, coef_idx, mask, bits_set)
 
 |