Searched refs:command (Results 1 - 25 of 770) sorted by relevance

1234567891011>>

/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu.h11 #include <command.h>
/u-boot/arch/riscv/lib/
H A Dreset.c6 #include <command.h>
/u-boot/arch/x86/include/asm/
H A Dist.h15 __u32 command; member in struct:ist_info
/u-boot/arch/arc/lib/
H A Dreset.c6 #include <command.h>
/u-boot/arch/powerpc/lib/
H A Dtraps.c7 #include <command.h>
/u-boot/cmd/x86/
H A Dexception.c3 * The 'exception' command can be used for testing exception handling.
8 #include <command.h>
/u-boot/arch/arm/lib/
H A Dcmd_boot.c21 #include <command.h>
/u-boot/arch/arm/cpu/arm920t/
H A Dcpu.c16 #include <command.h>
/u-boot/cmd/
H A Dcls.c6 * cls - clear screen command
9 #include <command.h>
H A Dhistory.c8 #include <command.h>
21 "print command history",
H A Dpanic.c7 #include <command.h>
H A Dreginfo.c8 #include <command.h>
H A Dstackprot_test.c7 #include <command.h>
H A Dpause.c7 #include <command.h>
/u-boot/drivers/mtd/spi/
H A Dsf_dataflash.c77 uint8_t command[16]; member in struct:dataflash
129 uint8_t *command; local
139 memset(dataflash->command, 0 , sizeof(dataflash->command));
140 command = dataflash->command;
174 command[0] = do_block ? OP_ERASE_BLOCK : OP_ERASE_PAGE;
175 command[1] = (uint8_t)(pageaddr >> 16);
176 command[2] = (uint8_t)(pageaddr >> 8);
177 command[
223 uint8_t *command; local
278 uint8_t *command; local
[all...]
/u-boot/tools/
H A Drmboard.py31 from u_boot_pylib import command namespace
47 stdout = command.run_pipe([cmd], capture=True, raise_on_error=False).stdout
54 stdout = command.run_pipe([cmd], capture=True).stdout
57 stdout = command.run_pipe([cmd], capture=True).stdout
72 stdout = command.run_pipe([cmd], capture=True).stdout
113 stdout = (command.run_pipe([cmd], capture=True, raise_on_error=False).
121 stdout = command.run_pipe([cmd], capture=True).stdout
135 stdout = command.run_pipe([cmd], capture=True).stdout
140 print(command.run_pipe([cmd], capture=True, raise_on_error=False).stdout)
/u-boot/drivers/video/bridge/
H A Dssd2825.c128 u8 command[2]; local
131 command[0] = SSD2825_CMD_MASK;
132 command[1] = reg;
133 dm_spi_xfer(dev, 9, &command,
145 command[0] = SSD2825_DAT_MASK;
146 command[1] = cmd1;
147 dm_spi_xfer(dev, 9, &command,
150 command[0] = SSD2825_DAT_MASK;
151 command[1] = cmd2;
152 dm_spi_xfer(dev, 9, &command,
175 u8 command[2]; local
208 ssd2825_write_register(struct udevice *dev, u8 reg, u16 command) argument
216 ssd2825_write_dsi(struct udevice *dev, const u8 *command, int len) argument
[all...]
/u-boot/lib/
H A Dtpm-utils.h12 /* Internal error of TPM command library */
54 * Get TPM command size.
56 * @param command byte string of TPM command
57 * Return: command size of the TPM command
59 u32 tpm_command_size(const void *command);
70 * Send a TPM command and return response's return code, and optionally
73 * @param command byte string of TPM command
[all...]
H A Dtpm-v1.c36 const u8 command[12] = { local
43 0, command, sizeof(command),
57 const u8 command[10] = { local
60 return tpm_sendrecv_command(dev, command, NULL, NULL);
65 const u8 command[10] = { local
68 return tpm_sendrecv_command(dev, command, NULL, NULL);
113 const u8 command[101] = { local
145 0, command, sizeof(command),
161 const u8 command[22] = { local
196 const u8 command[256] = { local
227 const u8 command[34] = { local
258 const u8 command[14] = { local
286 const u8 command[12] = { local
302 const u8 command[12] = { local
311 const u8 command[30] = { local
342 const u8 command[10] = { local
351 const u8 command[10] = { local
360 const u8 command[10] = { local
369 const u8 command[11] = { local
386 const u8 command[22] = { local
426 const u8 command[22] = { local
464 const u8 command[22] = { local
494 const u8 command[18] = { local
653 const u8 command[18] = { local
684 const u8 command[10] = { local
716 const u8 command[14] = { local
782 const u8 command[14] = { local
888 const u8 command[14] = { local
[all...]
/u-boot/drivers/fastboot/
H A Dfb_command.c7 #include <command.h>
50 const char *command; member in struct:__anon221
54 .command = "getvar",
58 .command = "download",
62 .command = "flash",
66 .command = "erase",
70 .command = "boot",
74 .command = "continue",
78 .command = "reboot",
82 .command
[all...]
/u-boot/arch/mips/lib/
H A Dboot.c6 #include <command.h>
/u-boot/arch/arm/mach-keystone/
H A Dcmd_poweroff.c9 #include <command.h>
/u-boot/arch/mips/cpu/
H A Dcpu.c8 #include <command.h>
/u-boot/test/hush/
H A Dcmd_ut_hush.c7 #include <command.h>
/u-boot/test/cmd/
H A Dcmd_ut_cmd.c6 * Unit tests for command functions
9 #include <command.h>

Completed in 167 milliseconds

1234567891011>>