Searched refs:bit_set (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_bitops.c | 81 int i, bit_set; in test_bitops_startup() local 119 bit_set = find_first_bit(g_bitmap, BITOPS_LAST); in test_bitops_startup() 120 if (bit_set != BITOPS_LAST) in test_bitops_startup() 121 pr_err("ERROR: FOUND SET BIT %d\n", bit_set); in test_bitops_startup()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | events.c | 159 u64 bit_set, int bit_set_offset) in print_sensor_names_in_bit_set() argument 161 unsigned long *bit_set_ptr = (unsigned long *)&bit_set; in print_sensor_names_in_bit_set() 162 int num_bits = sizeof(bit_set) * BITS_PER_BYTE; in print_sensor_names_in_bit_set()
|
| /linux-6.15/drivers/media/cec/platform/meson/ |
| H A D | ao-cec.c | 340 unsigned int bit_set, in meson_ao_cec_arbit_bit_time_set() argument 345 switch (bit_set) { in meson_ao_cec_arbit_bit_time_set()
|
| /linux-6.15/drivers/misc/bcm-vk/ |
| H A D | bcm_vk_msg.c | 370 int bit_set; in bcm_vk_drain_all_pend() local 377 bit_set = test_bit(msg_id, vk->bmap); in bcm_vk_drain_all_pend() 386 responded ? "T" : "F", bit_set); in bcm_vk_drain_all_pend() 389 else if (bit_set) in bcm_vk_drain_all_pend()
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | ad7124.c | 795 bool bit_set; in ad7124_update_scan_mode() local 801 bit_set = test_bit(i, scan_mask); in ad7124_update_scan_mode() 802 if (bit_set) in ad7124_update_scan_mode()
|
| /linux-6.15/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 804 static void bit_set(struct sparsebit *s, sparsebit_idx_t idx) in bit_set() function 1403 bit_set(s, idx); in sparsebit_set_num() 1448 bit_set(s, idx); in sparsebit_set_num()
|
| /linux-6.15/block/ |
| H A D | sed-opal.c | 3165 int ret, bit_set; in opal_generic_read_write_table() local 3173 bit_set = fls64(rw_tbl->flags) - 1; in opal_generic_read_write_table() 3174 switch (bit_set) { in opal_generic_read_write_table()
|