| /u-boot/drivers/net/fsl-mc/ |
| A D | dpni.c | 36 struct mc_command cmd = { 0 }; in dpni_open() local 60 struct mc_command cmd = { 0 }; in dpni_close() local 77 struct mc_command cmd = { 0 }; in dpni_create() local 102 struct mc_command cmd = { 0 }; in dpni_destroy() local 121 struct mc_command cmd = { 0 }; in dpni_set_pools() local 137 struct mc_command cmd = { 0 }; in dpni_enable() local 152 struct mc_command cmd = { 0 }; in dpni_disable() local 167 struct mc_command cmd = { 0 }; in dpni_reset() local 183 struct mc_command cmd = { 0 }; in dpni_get_attributes() local 206 struct mc_command cmd = { 0 }; in dpni_set_errors_behavior() local [all …]
|
| A D | dprc.c | 17 struct mc_command cmd = { 0 }; in dprc_get_container_id() local 41 struct mc_command cmd = { 0 }; in dprc_open() local 64 struct mc_command cmd = { 0 }; in dprc_close() local 81 struct mc_command cmd = { 0 }; in dprc_create_container() local 108 struct mc_command cmd = { 0 }; in dprc_destroy_container() local 125 struct mc_command cmd = { 0 }; in dprc_reset_container() local 142 struct mc_command cmd = { 0 }; in dprc_get_attributes() local 166 struct mc_command cmd = { 0 }; in dprc_get_obj_count() local 191 struct mc_command cmd = { 0 }; in dprc_get_obj() local 217 struct mc_command cmd = { 0 }; in dprc_get_res_count() local [all …]
|
| A D | dpbp.c | 17 struct mc_command cmd = { 0 }; in dpbp_open() local 41 struct mc_command cmd = { 0 }; in dpbp_close() local 57 struct mc_command cmd = { 0 }; in dpbp_create() local 83 struct mc_command cmd = { 0 }; in dpbp_destroy() local 101 struct mc_command cmd = { 0 }; in dpbp_enable() local 115 struct mc_command cmd = { 0 }; in dpbp_disable() local 130 struct mc_command cmd = { 0 }; in dpbp_reset() local 146 struct mc_command cmd = { 0 }; in dpbp_get_attributes() local 170 struct mc_command cmd = { 0 }; in dpbp_get_api_version() local
|
| A D | dpmac.c | 19 struct mc_command cmd = { 0 }; in dpmac_open() local 43 struct mc_command cmd = { 0 }; in dpmac_close() local 59 struct mc_command cmd = { 0 }; in dpmac_create() local 84 struct mc_command cmd = { 0 }; in dpmac_destroy() local 103 struct mc_command cmd = { 0 }; in dpmac_get_attributes() local 127 struct mc_command cmd = { 0 }; in dpmac_mdio_read() local 152 struct mc_command cmd = { 0 }; in dpmac_mdio_write() local 169 struct mc_command cmd = { 0 }; in dpmac_get_link_cfg() local 192 struct mc_command cmd = { 0 }; in dpmac_set_link_state() local 210 struct mc_command cmd = { 0 }; in dpmac_get_counter() local [all …]
|
| A D | dpsparser.c | 15 struct mc_command cmd = { 0 }; in dpsparser_open() local 38 struct mc_command cmd = { 0 }; in dpsparser_close() local 53 struct mc_command cmd = { 0 }; in dpsparser_create() local 77 struct mc_command cmd = { 0 }; in dpsparser_destroy() local 97 struct mc_command cmd = { 0 }; in dpsparser_apply_spb() local 122 struct mc_command cmd = { 0 }; in dpsparser_get_api_version() local
|
| /u-boot/drivers/net/fsl-mc/dpio/ |
| A D | dpio.c | 16 struct mc_command cmd = { 0 }; in dpio_open() local 40 struct mc_command cmd = { 0 }; in dpio_close() local 57 struct mc_command cmd = { 0 }; in dpio_create() local 82 struct mc_command cmd = { 0 }; in dpio_destroy() local 100 struct mc_command cmd = { 0 }; in dpio_enable() local 115 struct mc_command cmd = { 0 }; in dpio_disable() local 130 struct mc_command cmd = { 0 }; in dpio_reset() local 146 struct mc_command cmd = { 0 }; in dpio_get_attributes() local 170 struct mc_command cmd = { 0 }; in dpio_get_api_version() local
|
| /u-boot/include/fsl-mc/ |
| A D | fsl_dprc.h | 42 #define DPRC_CMD_OPEN(cmd, container_id) \ argument 46 #define DPRC_CMD_CREATE_CONTAINER(cmd, cfg) \ argument 85 #define DPRC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument 94 #define DPRC_RSP_GET_OBJ_COUNT(cmd, obj_count) \ argument 98 #define DPRC_CMD_GET_OBJ(cmd, obj_index) \ argument 102 #define DPRC_RSP_GET_OBJ(cmd, obj_desc) \ argument 169 #define DPRC_RSP_GET_OBJ_DESC(cmd, obj_desc) \ argument 214 #define DPRC_CMD_GET_RES_COUNT(cmd, type) \ argument 235 #define DPRC_RSP_GET_RES_COUNT(cmd, res_count) \ argument 264 #define DPRC_RSP_GET_RES_IDS(cmd, range_desc) \ argument [all …]
|
| A D | fsl_dpmac.h | 34 #define DPMAC_CMD_CREATE(cmd, cfg) \ argument 38 #define DPMAC_CMD_OPEN(cmd, dpmac_id) \ argument 42 #define DPMAC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument 52 #define DPMAC_CMD_MDIO_READ(cmd, cfg) \ argument 59 #define DPMAC_RSP_MDIO_READ(cmd, data) \ argument 63 #define DPMAC_CMD_MDIO_WRITE(cmd, cfg) \ argument 71 #define DPMAC_RSP_GET_LINK_CFG(cmd, cfg) \ argument 78 #define DPMAC_CMD_SET_LINK_STATE(cmd, cfg) \ argument 86 #define DPMAC_CMD_GET_COUNTER(cmd, type) \ argument 90 #define DPMAC_RSP_GET_COUNTER(cmd, counter) \ argument
|
| A D | fsl_dpsparser.h | 24 #define DPSPARSER_CMD_BLOB_SET_ADDR(cmd, addr) \ argument 28 #define DPSPARSER_CMD_BLOB_REPORT_ERROR(cmd, err) \ argument
|
| A D | fsl_dpni.h | 47 #define DPNI_CMD_OPEN(cmd, dpni_id) \ argument 75 #define DPNI_CMD_CREATE(cmd, cfg) \ argument 87 #define DPNI_CMD_SET_POOLS(cmd, cfg) \ argument 117 #define DPNI_RSP_GET_ATTR(cmd, attr) \ argument 154 #define DPNI_RSP_GET_QDID(cmd, qdid) \ argument 162 #define DPNI_CMD_SET_LINK_CFG(cmd, cfg) \ argument 169 #define DPNI_RSP_GET_LINK_STATE(cmd, state) \ argument 199 #define DPNI_CMD_ADD_MAC_ADDR(cmd, mac_addr) \ argument 227 #define DPNI_RSP_GET_QUEUE(cmd, queue) \ argument 255 #define DPNI_CMD_GET_STATISTICS(cmd, page) \ argument [all …]
|
| A D | fsl_dpio.h | 27 #define DPIO_CMD_OPEN(cmd, dpio_id) \ argument 31 #define DPIO_CMD_CREATE(cmd, cfg) \ argument 39 #define DPIO_RSP_GET_ATTR(cmd, attr) \ argument
|
| A D | fsl_dpbp.h | 33 #define DPBP_CMD_OPEN(cmd, dpbp_id) \ argument 37 #define DPBP_RSP_GET_ATTRIBUTES(cmd, attr) \ argument
|
| /u-boot/drivers/net/octeontx2/ |
| A D | cgx_intf.c | 187 union cgx_cmd_s cmd; in cgx_intf_get_mac_addr() local 205 union cgx_cmd_s cmd; in cgx_intf_get_ver() local 223 union cgx_cmd_s cmd; in cgx_intf_get_link_sts() local 243 union cgx_cmd_s cmd; in cgx_intf_link_up_dwn() local 262 union cgx_cmd_s cmd; in cgx_intf_shutdown() local 273 union cgx_cmd_s cmd; in cgx_intf_prbs() local 358 union cgx_cmd_s cmd; in cgx_intf_set_mode() local 409 union cgx_cmd_s cmd; in cgx_intf_get_mode() local 454 union cgx_cmd_s cmd; in cgx_intf_get_fec() local 509 union cgx_cmd_s cmd; in cgx_intf_set_fec() local [all …]
|
| /u-boot/drivers/crypto/fsl/ |
| A D | desc_constr.h | 135 u32 *cmd = desc_end(desc); in append_cmd() local 186 #define APPEND_CMD_RET(cmd, op) \ argument 209 #define APPEND_CMD(cmd, op) \ argument 217 #define APPEND_CMD_LEN(cmd, op) \ in APPEND_CMD() argument 227 #define APPEND_CMD_PTR(cmd, op) \ argument 256 #define APPEND_SEQ_PTR_INTLEN(cmd, op) \ argument 270 #define APPEND_CMD_PTR_TO_IMM(cmd, op) \ argument 280 #define APPEND_CMD_PTR_EXTLEN(cmd, op) \ argument 294 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument 311 #define APPEND_CMD_PTR_TO_IMM2(cmd, op) \ argument [all …]
|
| /u-boot/arch/arm/mach-socfpga/ |
| A D | mailbox_s10.c | 141 static __always_inline int mbox_prepare_cmd_only(u8 id, u32 cmd, in mbox_prepare_cmd_only() 160 static __always_inline int mbox_send_cmd_only_common(u8 id, u32 cmd, in mbox_send_cmd_only_common() 199 static __always_inline int mbox_send_cmd_common(u8 id, u32 cmd, u8 is_indirect, in mbox_send_cmd_common() 307 static __always_inline int mbox_send_cmd_common_retry(u8 id, u32 cmd, in mbox_send_cmd_common_retry() 420 static __always_inline int mbox_get_fpga_config_status_common(u32 cmd) in mbox_get_fpga_config_status_common() 457 int mbox_get_fpga_config_status(u32 cmd) in mbox_get_fpga_config_status() 462 int __secure mbox_get_fpga_config_status_psci(u32 cmd) in mbox_get_fpga_config_status_psci() 467 int mbox_send_cmd(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg, in mbox_send_cmd() 474 int __secure mbox_send_cmd_psci(u8 id, u32 cmd, u8 is_indirect, u32 len, in mbox_send_cmd_psci() 482 int mbox_send_cmd_only(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg) in mbox_send_cmd_only() [all …]
|
| /u-boot/tools/u_boot_pylib/ |
| A D | command.py | 115 def output(*cmd, **kwargs): 119 def output_one_line(*cmd, **kwargs): 132 def run(*cmd, **kwargs): 135 def run_list(cmd): argument
|
| /u-boot/arch/x86/lib/ |
| A D | scu.c | 26 u32 cmd; member 49 static void scu_ipc_send_command(struct ipc_regs *regs, u32 cmd) in scu_ipc_send_command() 87 static int scu_ipc_cmd(struct ipc_regs *regs, u32 cmd, u32 sub, in scu_ipc_cmd() 121 int scu_ipc_raw_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, in scu_ipc_raw_command() 169 int scu_ipc_simple_command(u32 cmd, u32 sub) in scu_ipc_simple_command() 196 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_command()
|
| /u-boot/common/ |
| A D | cli.c | 35 int run_command(const char *cmd, int flag) in run_command() 62 int run_command_repeatable(const char *cmd, int flag) in run_command_repeatable() 87 int run_command_list(const char *cmd, int len, int flag) in run_command_list() 212 void cli_secure_boot_cmd(const char *cmd) in cli_secure_boot_cmd()
|
| /u-boot/drivers/mmc/ |
| A D | mmc_private.h | 77 static inline void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd) in mmmc_trace_before_send() 81 static inline void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, in mmmc_trace_after_send() 86 static inline void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd) in mmc_trace_state()
|
| A D | mmc.c | 258 struct mmc_cmd cmd; in mmc_send_status() local 318 struct mmc_cmd cmd; in mmc_set_blocklen() local 364 struct mmc_cmd cmd; in mmc_send_tuning() local 404 struct mmc_cmd cmd; in mmc_read_blocks() local 513 struct mmc_cmd cmd; in mmc_go_idle() local 535 struct mmc_cmd cmd; in mmc_switch_voltage() local 598 struct mmc_cmd cmd; in sd_send_op_cond() local 676 struct mmc_cmd cmd; in mmc_send_op_cond_iter() local 725 struct mmc_cmd cmd; in mmc_complete_op_cond() local 772 struct mmc_cmd cmd; in mmc_send_ext_csd() local [all …]
|
| A D | sh_mmcif.c | 318 struct mmc_cmd *cmd) in sh_mmcif_get_response() 333 struct mmc_cmd *cmd) in sh_mmcif_get_cmd12response() 339 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_set_cmd() 437 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_start_cmd() 522 struct mmc_cmd *cmd, struct mmc_data *data) in sh_mmcif_send_cmd_common() 579 static int sh_mmcif_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, in sh_mmcif_send_cmd() 647 int sh_mmcif_dm_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in sh_mmcif_dm_send_cmd()
|
| A D | arm_pl180_mmci.c | 39 static int wait_for_command_end(struct mmc *dev, struct mmc_cmd *cmd) in wait_for_command_end() 79 static int do_command(struct mmc *dev, struct mmc_cmd *cmd) in do_command() 226 struct mmc_cmd *cmd, in do_data_transfer() 272 struct mmc_cmd *cmd, in host_request() 505 static int dm_host_request(struct udevice *dev, struct mmc_cmd *cmd, in dm_host_request()
|
| A D | tmio-common.c | 82 static int tmio_sd_check_error(struct udevice *dev, struct mmc_cmd *cmd) in tmio_sd_check_error() 118 static int tmio_sd_wait_for_irq(struct udevice *dev, struct mmc_cmd *cmd, in tmio_sd_wait_for_irq() 167 static int tmio_sd_pio_read_one_block(struct udevice *dev, struct mmc_cmd *cmd, in tmio_sd_pio_read_one_block() 220 static int tmio_sd_pio_write_one_block(struct udevice *dev, struct mmc_cmd *cmd, in tmio_sd_pio_write_one_block() 244 static int tmio_sd_pio_xfer(struct udevice *dev, struct mmc_cmd *cmd, in tmio_sd_pio_xfer() 394 int tmio_sd_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in tmio_sd_send_cmd()
|
| /u-boot/test/dm/ |
| A D | mux-cmd.c | 119 char cmd[BUF_SIZE]; in dm_test_cmd_mux_select() local 153 char cmd[BUF_SIZE]; in dm_test_cmd_mux_deselect() local
|
| /u-boot/drivers/serial/ |
| A D | serial_htif.c | 37 # define TOHOST_CMD(dev, cmd, payload) \ argument 42 # define TOHOST_CMD(dev, cmd, payload) ({ \ argument 83 u64 dev, u64 cmd, u64 data) in __set_tohost()
|