Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
A Docteontx_bch_regs.h138 int cmd_count, const u64 *cmds) in octeontx_cmd_queue_write() argument
146 if (unlikely(!cmds)) in octeontx_cmd_queue_write()
155 cmd_ptr[slot] = *cmds++; in octeontx_cmd_queue_write()
/u-boot/board/xilinx/versal/
A DMakefile8 obj-$(CONFIG_CMD_VERSAL) += cmds.o
/u-boot/board/kontron/sl28/
A DMakefile4 obj-y += sl28.o cmds.o
/u-boot/board/xilinx/zynq/
A DMakefile35 obj-$(CONFIG_CMD_ZYNQ) += cmds.o
/u-boot/board/xilinx/zynqmp/
A DMakefile50 obj-$(CONFIG_CMD_ZYNQMP) += cmds.o
/u-boot/tools/dtoc/
A Ddtb_platdata.py708 cmds = args[0].split(',')
709 if 'all' in cmds:
710 cmds = sorted(OUTPUT_FILES.keys())
711 for cmd in cmds:
/u-boot/test/py/
A Dconftest.py150 cmds = (['buildman', '--board', board_type] + dest_args,)
157 cmds = (
165 for cmd in cmds:
A Du_boot_console_base.py222 def run_command_list(self, cmds): argument
235 for cmd in cmds:
/u-boot/scripts/
A DMakefile.build352 modorder-cmds = \
358 $(Q)(cat /dev/null; $(modorder-cmds)) > $@

Completed in 15 milliseconds