Searched refs:cmd (Results 51 - 75 of 544) sorted by relevance

1234567891011>>

/u-boot/arch/x86/lib/
H A Dscu.c26 u32 cmd; member in struct:ipc_regs
42 * @cmd: command
49 static void scu_ipc_send_command(struct ipc_regs *regs, u32 cmd) argument
51 writel(cmd, &regs->cmd);
62 * |rfu3(8)|error code(8)|initiator id(8)|cmd id(4)|rfu1(2)|error(1)|busy(1)|
87 static int scu_ipc_cmd(struct ipc_regs *regs, u32 cmd, u32 sub, argument
95 scu_ipc_send_command(regs, (inlen << 16) | (sub << 12) | cmd);
108 * @cmd: IPC command code
121 int scu_ipc_raw_command(u32 cmd, u3 argument
169 scu_ipc_simple_command(u32 cmd, u32 sub) argument
196 scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) argument
[all...]
/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.h89 void qbman_swp_mc_submit(struct qbman_swp *p, void *cmd, uint32_t cmd_verb);
93 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, argument
98 qbman_swp_mc_submit(swp, cmd, cmd_verb);
102 cmd = qbman_swp_mc_result(swp);
103 } while (!cmd);
104 return cmd;
/u-boot/drivers/mmc/
H A Dmmc_private.h73 void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd);
74 void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, int ret);
75 void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd);
77 static inline void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd) argument
81 static inline void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, argument
86 static inline void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd) argument
H A Dmmc.c72 void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd) argument
74 printf("CMD_SEND:%d\n", cmd->cmdidx);
75 printf("\t\tARG\t\t\t 0x%08x\n", cmd->cmdarg);
78 void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, int ret) argument
86 switch (cmd->resp_type) {
92 cmd->response[0]);
96 cmd->response[0]);
100 cmd->response[0]);
102 cmd->response[1]);
104 cmd
130 mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd) argument
202 mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) argument
224 mmc_send_cmd_retry(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data, uint retries) argument
248 mmc_send_cmd_quirks(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data, u32 quirk, uint retries) argument
259 struct mmc_cmd cmd; local
319 struct mmc_cmd cmd; local
365 struct mmc_cmd cmd; local
404 struct mmc_cmd cmd; local
425 struct mmc_cmd cmd; local
531 struct mmc_cmd cmd; local
553 struct mmc_cmd cmd; local
616 struct mmc_cmd cmd; local
694 struct mmc_cmd cmd; local
743 struct mmc_cmd cmd; local
790 struct mmc_cmd cmd; local
813 struct mmc_cmd cmd; local
1311 struct mmc_cmd cmd; local
1332 struct mmc_cmd cmd; local
1487 struct mmc_cmd cmd; local
1526 struct mmc_cmd cmd; local
2490 struct mmc_cmd cmd; local
2719 struct mmc_cmd cmd; local
[all...]
H A Dmxcmmc.c44 u32 cmd; member in struct:mxcmci_regs
112 struct mmc_cmd *cmd; member in struct:mxcmci_host
163 static int mxcmci_start_cmd(struct mxcmci_host *host, struct mmc_cmd *cmd, argument
166 if (host->cmd != NULL)
168 host->cmd = cmd;
170 switch (cmd->resp_type) {
185 cmd->resp_type);
189 writel(cmd->cmdidx, &host->base->cmd);
196 mxcmci_finish_request(struct mxcmci_host *host, struct mmc_cmd *cmd, struct mmc_data *data) argument
232 struct mmc_cmd *cmd = host->cmd; local
391 mxcmci_request(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) argument
[all...]
/u-boot/board/toradex/apalis_imx6/
H A Dpf0100_otp.inc21 unsigned char cmd;
/u-boot/board/toradex/colibri_imx6/
H A Dpf0100_otp.inc22 unsigned char cmd;
/u-boot/tools/
H A Dtermios_linux.h50 int cmd; local
55 cmd = TCSETS2;
58 cmd = TCSETSW2;
61 cmd = TCSETSF2;
65 cmd = TCSETS;
68 cmd = TCSETSW;
71 cmd = TCSETSF;
79 return ioctl(fd, cmd, t);
H A Dmxsimage.c124 char *cmd; member in struct:sb_cmd_list
132 struct sb_cmd_ctx *cmd; member in struct:sb_cmd_ctx
363 struct sb_command *cmd = &cctx->payload; local
365 sb_aes_crypt(ictx, (uint8_t *)cmd,
366 (uint8_t *)&cctx->c_payload, sizeof(*cmd));
367 EVP_DigestUpdate(md_ctx, &cctx->c_payload, sizeof(*cmd));
419 cctx = cctx->cmd;
561 static int sb_build_dcd(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd) argument
578 tok = strtok(cmd->cmd, " ");
617 sb_build_dcd_block(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd, uint32_t type) argument
711 sb_build_section(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd) argument
820 sb_build_command_tag(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd) argument
864 sb_build_command_load(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd) argument
1037 sb_build_command_fill(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd) argument
1134 sb_build_command_jump_call(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd, unsigned int is_call) argument
1225 sb_build_command_jump(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd) argument
1231 sb_build_command_call(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd) argument
1237 sb_build_command_mode(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd) argument
1450 sb_parse_line(struct sb_image_ctx *ictx, struct sb_cmd_list *cmd) argument
1590 struct sb_cmd_list cmd; local
1798 struct sb_command *cmd = &cctx->payload; local
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_bch.c222 union bch_cmd cmd; local
225 memset(&cmd, 0, sizeof(cmd));
226 cmd.s.cword.ecc_gen = eg_gen;
227 cmd.s.cword.ecc_level = bch_level;
228 cmd.s.cword.size = block_size;
230 cmd.s.oword.ptr = ecc;
231 cmd.s.iword.ptr = block;
232 cmd.s.rword.ptr = resp;
234 sizeof(cmd) / sizeo
265 union bch_cmd cmd; local
[all...]
/u-boot/tools/patman/
H A Dgitutil.py29 cmd = ['git']
31 cmd += ['--git-dir', git_dir]
32 cmd += ['--no-pager', 'log', '--no-color']
34 cmd.append('--oneline')
36 cmd.append('--no-decorate')
38 cmd.append('--reverse')
40 cmd.append('-n%d' % count)
42 cmd.append(commit_range)
47 cmd.append('--')
48 return cmd
[all...]
/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dsmc_api.h10 int smc_send_mailbox(u32 cmd, u32 len, u32 *arg, u8 urgent, u32 *resp_buf_len,
/u-boot/test/py/tests/
H A Dtest_bootmenu.py23 response = u_boot_console.run_command(cmd='\x0d', wait_for_echo=False, send_nl=False)
28 response = u_boot_console.run_command(cmd='\x1b\x5b\x41\x0d', wait_for_echo=False,
34 response = u_boot_console.run_command(cmd='\x1b\x5b\x42\x0d', wait_for_echo=False,
40 response = u_boot_console.run_command(cmd='\x1b', wait_for_echo=False, send_nl=False)
H A Dtest_dfu.py160 cmd = 'setenv "%s" "%s"' % (dfu_alt_info_env,
162 u_boot_console.run_command(cmd)
164 cmd = 'dfu 0 ' + env__dfu_config['cmd_params']
165 u_boot_console.run_command(cmd, wait_for_prompt=False)
213 cmd = ['dfu-util', '-a', alt_setting, up_dn_load_arg, fn]
215 cmd += ['-p', env__usb_dev_port['host_usb_port_path']]
216 u_boot_utils.run_and_log(u_boot_console, cmd)
/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dmbox.h38 int mbox_do_cmd(enum mbox_cmd cmd, u32 *in, int nin, u32 *out, int nout);
/u-boot/include/
H A Dcli.h62 * @cmd: String containing the command to execute
68 * (If cmd is NULL or "" or longer than CONFIG_SYS_CBSIZE-1 it is
71 int cli_simple_run_command(const char *cmd, int flag);
92 * @param cmd String containing list of commands
96 int cli_simple_run_command_list(char *cmd, int flag);
174 void cli_secure_boot_cmd(const char *cmd);
181 static inline void cli_secure_boot_cmd(const char *cmd) argument
H A Dautoboot.h68 * @cmd: Command to run
70 void autoboot_command(const char *cmd);
/u-boot/test/cmd/
H A Dcmd_ut_cmd.c10 #include <test/cmd.h>
19 return cmd_ut_category("cmd", "cmd_test_", tests, n_ents, argc, argv);
/u-boot/cmd/x86/
H A Dmtrr.c50 int cmd; local
69 cmd = argv[0] ? *argv[0] : 0;
70 if (argc < 1 || !cmd) {
71 cmd = 'l';
74 if (cmd != 'l') {
83 if (cmd == 'l') {
107 switch (cmd) {
/u-boot/cmd/
H A Dspl.c112 if ((c) && ((long)c->cmd <= SPL_EXPORT_LAST)) {
115 if (call_bootm(argc, argv, subcmd_list[(long)c->cmd]))
117 switch ((long)c->cmd) {
151 int cmd; local
158 cmd = (long)c->cmd;
159 switch (cmd) {
H A Dled.c76 enum led_state_t cmd; local
91 cmd = argc > 2 ? get_led_cmd(argv[2]) : LEDST_COUNT;
93 if (cmd == LEDST_BLINK) {
104 switch (cmd) {
108 ret = led_set_state(dev, cmd);
/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c109 ulong cmd; local
114 pci_bus_read_config(bus, usb0, PCI_COMMAND, &cmd, PCI_SIZE_32);
115 cmd |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY;
116 pci_bus_write_config(bus, usb0, PCI_COMMAND, cmd, PCI_SIZE_32);
121 pci_bus_read_config(bus, usb1, PCI_COMMAND, &cmd, PCI_SIZE_32);
122 cmd |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY;
123 pci_bus_write_config(bus, usb1, PCI_COMMAND, cmd, PCI_SIZE_32);
128 pci_bus_read_config(bus, usb3, PCI_COMMAND, &cmd, PCI_SIZE_32);
129 cmd |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY;
130 pci_bus_write_config(bus, usb3, PCI_COMMAND, cmd, PCI_SIZE_3
[all...]
/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclk_synthesizer.c68 u8 cmd[2]; local
72 cmd[0] = addr | CLK_SYNTHESIZER_BYTE_MODE;
73 cmd[1] = val;
76 rc = i2c_write(CONFIG_CLK_SYNTHESIZER_I2C_ADDR, addr, 1, cmd, 2);
78 rc = dm_i2c_write(dev, addr, cmd, 2);
/u-boot/drivers/scsi/
H A Dscsi_emul.c26 log_debug("emul %x\n", *req->cmd);
27 switch (*req->cmd) {
31 info->alloc_len = req->cmd[4];
75 debug("Command not supported: %x\n", req->cmd[0]);
80 log_debug(" - done %x: ret=%d\n", *req->cmd, ret);
/u-boot/arch/arm/mach-uniphier/dram/
H A Dcmd_ddrphy.c268 char *cmd; local
277 cmd = "all";
279 cmd = argv[1];
281 if (!strcmp(cmd, "wbdl") || !strcmp(cmd, "all"))
284 if (!strcmp(cmd, "rbdl") || !strcmp(cmd, "all"))
287 if (!strcmp(cmd, "wld") || !strcmp(cmd, "all"))
290 if (!strcmp(cmd, "dqsg
[all...]

Completed in 130 milliseconds

1234567891011>>