Searched refs:axi_write (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | axi.c | 67 axi_write(store, 0, &val, AXI_SIZE_32); in dm_test_axi_store() 71 axi_write(store, 3, &val, AXI_SIZE_32); in dm_test_axi_store()
|
/openbmc/u-boot/drivers/axi/ |
H A D | axi-uclass.c | 22 int axi_write(struct udevice *dev, ulong address, void *data, in axi_write() function
|
/openbmc/u-boot/include/ |
H A D | axi.h | 75 int axi_write(struct udevice *dev, ulong address, void *data,
|
/openbmc/u-boot/cmd/ |
H A D | axi.c | 303 int ret = axi_write(axi_cur_bus, addr + count * sizeof(u32), in do_axi_mw()
|
/openbmc/u-boot/drivers/video/ |
H A D | logicore_dp_tx.c | 244 axi_write(dev->parent, dp_tx->base + reg, &value, AXI_SIZE_32); in set_reg()
|