Searched refs:regmap_get (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/misc/ |
A D | ihs_fpga.h | 49 regmap_get(map, struct ihs_fpga_regs, member, valp)
|
A D | gdsys_ioep.h | 63 regmap_get(map, struct gdsys_ioep_regs, member, valp)
|
A D | gdsys_rxaui_ctrl.c | 28 regmap_get(map, struct gdsys_rxaui_ctrl_regs, member, valp)
|
/u-boot/drivers/axi/ |
A D | ihs_axi.c | 65 regmap_get(map, struct ihs_axi_regs, member, valp)
|
/u-boot/include/ |
A D | regmap.h | 262 #define regmap_get(map, type, member, valp) \ macro
|
/u-boot/test/dm/ |
A D | regmap.c | 155 ut_assertok(regmap_get(map, struct layout, val0, ®)); in dm_test_regmap_getset() 157 ut_assertok(regmap_get(map, struct layout, val3, ®)); in dm_test_regmap_getset()
|
/u-boot/drivers/i2c/ |
A D | ihs_i2c.c | 40 regmap_get(map, struct ihs_i2c_regs, member, valp)
|
Completed in 7 milliseconds