Home
last modified time | relevance | path

Searched refs:bitmap_set_value8 (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_topology.c171 bitmap_set_value8(per_mask_bit, 0x3, 0); in load_l3_bank_mask()
181 bitmap_set_value8(per_mask_bit, 0xf, 0); in load_l3_bank_mask()
190 bitmap_set_value8(per_node, 0xff, 0); in load_l3_bank_mask()
/linux-6.15/drivers/auxdisplay/
H A Dseg-led-gpio.c37 bitmap_set_value8(values, map_to_seg7(&map->map.seg7, linedisp->buf[0]), 0); in seg_led_update()
/linux-6.15/drivers/gpio/
H A Dgpio-pisosr.c100 bitmap_set_value8(bits, buffer_state, offset); in pisosr_gpio_get_multiple()
H A Dgpio-max3191x.c258 bitmap_set_value8(bits, in, bit); in max3191x_get_multiple()
H A Dgpio-mpsse.c206 bitmap_set_value8(bits, ret & bank_mask, i); in gpio_mpsse_get_multiple()
H A Dgpio-pca953x.c521 bitmap_set_value8(val, value[i], i * BANK_SZ); in pca953x_read_regs()
1009 bitmap_set_value8(val, 0x02, i * BANK_SZ); in device_pca957x_init()
/linux-6.15/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c67 bitmap_set_value8(&update_ptps, temp_out & 0xFF, thres_index * 8); in update_trip_temp()
/linux-6.15/include/linux/
H A Dbitmap.h831 #define bitmap_set_value8(map, value, start) \ macro
/linux-6.15/lib/pldmfw/
H A Dpldmfw.c362 bitmap_set_value8(record->component_bitmap, bitmap_ptr[i], i * 8); in pldm_parse_one_record()
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-keembay.c1296 bitmap_set_value8(&val, 0, pos); in keembay_gpio_clear_irq()
1348 bitmap_set_value8(&reg, val, slot * 8); in keembay_gpio_set_irq()
H A Dpinctrl-cy8c95x0.c668 bitmap_set_value8(tval, read_val, offset); in cy8c95x0_read_regs_mask()