Home
last modified time | relevance | path

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

/openbmc/linux/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-pca953x.c512 bitmap_set_value8(val, value[i], i * BANK_SZ); in pca953x_read_regs()
1020 bitmap_set_value8(val, 0x02, i * BANK_SZ); in device_pca957x_init()
/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Dbitmap.h610 static inline void bitmap_set_value8(unsigned long *map, unsigned long value, in bitmap_set_value8() function
/openbmc/linux/lib/pldmfw/
H A Dpldmfw.c362 bitmap_set_value8(record->component_bitmap, bitmap_ptr[i], i * 8); in pldm_parse_one_record()
/openbmc/linux/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.c542 bitmap_set_value8(tval, read_val, i * BANK_SZ); in cy8c95x0_read_regs_mask()