Lines Matching full:axi
13 #include <axi.h>
18 /* Currently selected AXI bus device */
28 * show_bus() - Show devices on a single AXI bus
29 * @bus: The AXI bus device to printt information for
46 * axi_set_cur_bus() - Set the currently active AXI bus
78 * axi_get_cur_bus() - Retrieve the currently active AXI bus device
87 puts("No AXI bus selected\n"); in axi_get_cur_bus()
189 puts("No AXI bus selected\n"); in do_axi_md()
330 /* Strip off leading 'axi' command argument */ in do_ihs_axi()
344 "bus - show AXI bus info\n"
345 "axi dev [bus] - show or set current AXI bus to bus number [bus]\n"
346 …"axi md size addr [# of objects] - read from AXI device at address [addr] and data width [size] (o…
347 …"axi mw size addr value [count] - write data [value] to AXI device at address [addr] and data widt…
349 U_BOOT_CMD(axi, 7, 1, do_ihs_axi,
350 "AXI sub-system",