Searched refs:regmap_set (Results 1 - 7 of 7) sorted by relevance

/u-boot/drivers/misc/
H A Dihs_fpga.h40 regmap_set(map, struct ihs_fpga_regs, member, val)
H A Dgdsys_ioep.h54 regmap_set(map, struct gdsys_ioep_regs, member, val)
H A Dgdsys_rxaui_ctrl.c24 regmap_set(map, struct gdsys_rxaui_ctrl_regs, member, val)
/u-boot/include/
H A Dregmap.h230 * regmap_set() - Set a value in a regmap described by a struct
236 #define regmap_set(map, type, member, val) \ macro
/u-boot/drivers/axi/
H A Dihs_axi.c55 regmap_set(map, struct ihs_axi_regs, member, val)
/u-boot/test/dm/
H A Dregmap.c152 regmap_set(map, struct layout, val0, 0xcacafafa);
153 regmap_set(map, struct layout, val3, 0x55aa2211);
/u-boot/drivers/i2c/
H A Dihs_i2c.c31 regmap_set(map, struct ihs_i2c_regs, member, val)

Completed in 104 milliseconds