Searched refs:bits_set (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/acpi/acpica/ |
| H A D | rscalc.c | 40 u8 bits_set; in acpi_rs_count_set_bits() local 44 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/fs/xfs/ |
| H A D | xfs_buf_item.c | 928 uint bits_set; in xfs_buf_item_log_segment() local 974 bits_set = end_bit - bit; in xfs_buf_item_log_segment() 976 bits_set = 0; in xfs_buf_item_log_segment() 983 while ((bits_to_set - bits_set) >= NBWORD) { in xfs_buf_item_log_segment() 985 bits_set += NBWORD; in xfs_buf_item_log_segment() 992 end_bit = bits_to_set - bits_set; in xfs_buf_item_log_segment()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | realtek.h | 141 unsigned int bits_set); 146 #define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \ argument 147 alc_update_coefex_idx(codec, 0x20, coef_idx, mask, bits_set)
|
| H A D | realtek.c | 45 unsigned int bits_set) in __alc_update_coefex_idx() argument 51 (val & ~mask) | bits_set); in __alc_update_coefex_idx() 56 unsigned int bits_set) in alc_update_coefex_idx() argument 59 __alc_update_coefex_idx(codec, nid, coef_idx, mask, bits_set); in alc_update_coefex_idx()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 577 static bool bits_set(void *key, int len) in bits_set() function 1057 if (bits_set(&flow->l2_key.smac, sizeof(flow->l2_key.smac)) && in bnxt_tc_can_offload() 1062 if (bits_set(&flow->l2_key.dmac, sizeof(flow->l2_key.dmac)) && in bnxt_tc_can_offload() 1069 if (bits_set(&flow->l2_key.inner_vlan_tci, in bnxt_tc_can_offload() 1076 if (bits_set(&flow->l2_key.inner_vlan_tpid, in bnxt_tc_can_offload()
|