Searched refs:bitmap_set_value8 (Results  1 – 8 of 8) sorted by relevance
| /Linux-v6.6/drivers/gpio/ | 
| D | gpio-pisosr.c | 100 		bitmap_set_value8(bits, buffer_state, offset);  in pisosr_gpio_get_multiple()
 | 
| D | gpio-max3191x.c | 258 		bitmap_set_value8(bits, in, bit);  in max3191x_get_multiple()
 | 
| D | gpio-pca953x.c | 513 		bitmap_set_value8(val, value[i], i * BANK_SZ);  in pca953x_read_regs()1042 		bitmap_set_value8(val, 0x02, i * BANK_SZ);  in device_pca957x_init()
 
 | 
| /Linux-v6.6/drivers/thermal/intel/ | 
| D | intel_soc_dts_iosf.c | 67 	bitmap_set_value8(&update_ptps, temp_out & 0xFF, thres_index * 8);  in update_trip_temp()
 | 
| /Linux-v6.6/include/linux/ | 
| D | bitmap.h | 592 static inline void bitmap_set_value8(unsigned long *map, unsigned long value,  in bitmap_set_value8()  function
 | 
| /Linux-v6.6/lib/pldmfw/ | 
| D | pldmfw.c | 362 		bitmap_set_value8(record->component_bitmap, bitmap_ptr[i], i * 8);  in pldm_parse_one_record()
 | 
| /Linux-v6.6/drivers/pinctrl/ | 
| D | pinctrl-keembay.c | 1296 	bitmap_set_value8(&val, 0, pos);  in keembay_gpio_clear_irq()1348 	bitmap_set_value8(®, val, slot * 8);  in keembay_gpio_set_irq()
 
 | 
| D | pinctrl-cy8c95x0.c | 539 		bitmap_set_value8(tval, read_val, i * BANK_SZ);  in cy8c95x0_read_regs_mask()
 |