| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | dpni.c | 36 struct mc_command cmd = { 0 }; in dpni_open() local 60 struct mc_command cmd = { 0 }; in dpni_close() local 76 struct mc_command cmd = { 0 }; in dpni_create() local 100 struct mc_command cmd = { 0 }; in dpni_destroy() local 116 struct mc_command cmd = { 0 }; in dpni_set_pools() local 132 struct mc_command cmd = { 0 }; in dpni_enable() local 147 struct mc_command cmd = { 0 }; in dpni_disable() local 162 struct mc_command cmd = { 0 }; in dpni_reset() local 178 struct mc_command cmd = { 0 }; in dpni_get_attributes() local 203 struct mc_command cmd = { 0 }; in dpni_set_errors_behavior() local [all …]
|
| H A D | dprc.c | 18 struct mc_command cmd = { 0 }; in dprc_get_container_id() local 42 struct mc_command cmd = { 0 }; in dprc_open() local 65 struct mc_command cmd = { 0 }; in dprc_close() local 82 struct mc_command cmd = { 0 }; in dprc_create_container() local 109 struct mc_command cmd = { 0 }; in dprc_destroy_container() local 126 struct mc_command cmd = { 0 }; in dprc_reset_container() local 143 struct mc_command cmd = { 0 }; in dprc_get_attributes() local 167 struct mc_command cmd = { 0 }; in dprc_get_obj_count() local 192 struct mc_command cmd = { 0 }; in dprc_get_obj() local 218 struct mc_command cmd = { 0 }; in dprc_get_res_count() local [all …]
|
| H A D | dpmac.c | 19 struct mc_command cmd = { 0 }; in dpmac_open() local 43 struct mc_command cmd = { 0 }; in dpmac_close() local 58 struct mc_command cmd = { 0 }; in dpmac_create() local 82 struct mc_command cmd = { 0 }; in dpmac_destroy() local 98 struct mc_command cmd = { 0 }; in dpmac_get_attributes() local 122 struct mc_command cmd = { 0 }; in dpmac_mdio_read() local 147 struct mc_command cmd = { 0 }; in dpmac_mdio_write() local 164 struct mc_command cmd = { 0 }; in dpmac_get_link_cfg() local 187 struct mc_command cmd = { 0 }; in dpmac_set_link_state() local 205 struct mc_command cmd = { 0 }; in dpmac_get_counter() local
|
| H A D | dpbp.c | 18 struct mc_command cmd = { 0 }; in dpbp_open() local 42 struct mc_command cmd = { 0 }; in dpbp_close() local 57 struct mc_command cmd = { 0 }; in dpbp_create() local 82 struct mc_command cmd = { 0 }; in dpbp_destroy() local 97 struct mc_command cmd = { 0 }; in dpbp_enable() local 111 struct mc_command cmd = { 0 }; in dpbp_disable() local 126 struct mc_command cmd = { 0 }; in dpbp_reset() local 142 struct mc_command cmd = { 0 }; in dpbp_get_attributes() local
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/ |
| H A D | dpio.c | 16 struct mc_command cmd = { 0 }; in dpio_open() local 40 struct mc_command cmd = { 0 }; in dpio_close() local 56 struct mc_command cmd = { 0 }; in dpio_create() local 80 struct mc_command cmd = { 0 }; in dpio_destroy() local 95 struct mc_command cmd = { 0 }; in dpio_enable() local 110 struct mc_command cmd = { 0 }; in dpio_disable() local 125 struct mc_command cmd = { 0 }; in dpio_reset() local 141 struct mc_command cmd = { 0 }; in dpio_get_attributes() local
|
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_dprc.h | 38 #define DPRC_RSP_GET_CONTAINER_ID(cmd, container_id) \ argument 42 #define DPRC_CMD_OPEN(cmd, container_id) \ argument 46 #define DPRC_CMD_CREATE_CONTAINER(cmd, cfg) \ argument 70 #define DPRC_RSP_CREATE_CONTAINER(cmd, child_container_id, child_portal_offset)\ argument 77 #define DPRC_CMD_DESTROY_CONTAINER(cmd, child_container_id) \ argument 81 #define DPRC_CMD_RESET_CONTAINER(cmd, child_container_id) \ argument 85 #define DPRC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument 96 #define DPRC_RSP_GET_OBJ_COUNT(cmd, obj_count) \ argument 100 #define DPRC_CMD_GET_OBJ(cmd, obj_index) \ argument 104 #define DPRC_RSP_GET_OBJ(cmd, obj_desc) \ argument [all …]
|
| H A D | fsl_dpni.h | 53 #define DPNI_CMD_OPEN(cmd, dpni_id) \ argument 117 #define DPNI_CMD_CREATE(cmd, cfg) \ argument 141 #define DPNI_CMD_SET_POOLS(cmd, cfg) \ argument 171 #define DPNI_CMD_GET_ATTR(cmd, attr) \ argument 175 #define DPNI_RSP_GET_ATTR(cmd, attr) \ argument 195 #define DPNI_CMD_SET_ERRORS_BEHAVIOR(cmd, cfg) \ argument 203 #define DPNI_RSP_GET_RX_BUFFER_LAYOUT(cmd, layout) \ argument 215 #define DPNI_CMD_SET_RX_BUFFER_LAYOUT(cmd, layout) \ argument 228 #define DPNI_RSP_GET_TX_BUFFER_LAYOUT(cmd, layout) \ argument 240 #define DPNI_CMD_SET_TX_BUFFER_LAYOUT(cmd, layout) \ argument [all …]
|
| H A D | fsl_dpmac.h | 33 #define DPMAC_CMD_CREATE(cmd, cfg) \ argument 37 #define DPMAC_CMD_OPEN(cmd, dpmac_id) \ argument 41 #define DPMAC_RSP_GET_ATTRIBUTES(cmd, attr) \ argument 53 #define DPMAC_CMD_MDIO_READ(cmd, cfg) \ argument 60 #define DPMAC_RSP_MDIO_READ(cmd, data) \ argument 64 #define DPMAC_CMD_MDIO_WRITE(cmd, cfg) \ argument 72 #define DPMAC_RSP_GET_LINK_CFG(cmd, cfg) \ argument 79 #define DPMAC_CMD_SET_LINK_STATE(cmd, cfg) \ argument 87 #define DPMAC_CMD_GET_COUNTER(cmd, type) \ argument 91 #define DPMAC_RSP_GET_COUNTER(cmd, counter) \ argument
|
| H A D | fsl_dpio.h | 26 #define DPIO_CMD_OPEN(cmd, dpio_id) \ argument 30 #define DPIO_CMD_CREATE(cmd, cfg) \ argument 38 #define DPIO_RSP_GET_ATTR(cmd, attr) \ argument
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | sf.c | 14 const u8 *cmd, size_t cmd_len, in spi_flash_read_write() 39 int spi_flash_cmd_read(struct spi_slave *spi, const u8 *cmd, in spi_flash_cmd_read() 45 int spi_flash_cmd(struct spi_slave *spi, u8 cmd, void *response, size_t len) in spi_flash_cmd() 50 int spi_flash_cmd_write(struct spi_slave *spi, const u8 *cmd, size_t cmd_len, in spi_flash_cmd_write()
|
| H A D | spi_flash.c | 26 static void spi_flash_addr(u32 addr, u8 *cmd) in spi_flash_addr() 37 u8 cmd; in read_sr() local 52 const u8 cmd = CMD_FLAG_STATUS; in read_fsr() local 65 u8 cmd; in write_sr() local 82 u8 cmd; in read_cr() local 97 u8 cmd; in write_cr() local 141 u8 cmd, bank_sel = 0; in clean_bar() local 153 u8 cmd, bank_sel; in write_bar() local 288 int spi_flash_write_common(struct spi_flash *flash, const u8 *cmd, in spi_flash_write_common() 332 u8 cmd[SPI_FLASH_CMD_LEN]; in spi_flash_cmd_erase_ops() local [all …]
|
| /rk3399_rockchip-uboot/drivers/crypto/fsl/ |
| H A D | desc_constr.h | 137 u32 *cmd = desc_end(desc); in append_cmd() local 188 #define APPEND_CMD_RET(cmd, op) \ argument 211 #define APPEND_CMD(cmd, op) \ argument 219 #define APPEND_CMD_LEN(cmd, op) \ in APPEND_CMD() argument 229 #define APPEND_CMD_PTR(cmd, op) \ argument 258 #define APPEND_SEQ_PTR_INTLEN(cmd, op) \ argument 272 #define APPEND_CMD_PTR_TO_IMM(cmd, op) \ argument 282 #define APPEND_CMD_PTR_EXTLEN(cmd, op) \ argument 296 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument 313 #define APPEND_CMD_PTR_TO_IMM2(cmd, op) \ argument [all …]
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | command.py | 107 def Output(*cmd, **kwargs): 111 def OutputOneLine(*cmd, **kwargs): 117 def Run(*cmd, **kwargs): 120 def RunList(cmd): argument
|
| H A D | patman.py | 164 cmd = '' variable 167 cmd = gitutil.EmailPatches(series, cover_fname, args, variable
|
| H A D | patman | 164 cmd = '' variable 167 cmd = gitutil.EmailPatches(series, cover_fname, args, variable
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli.c | 33 int run_command(const char *cmd, int flag) in run_command() 60 int run_command_repeatable(const char *cmd, int flag) in run_command_repeatable() 77 int run_command_list(const char *cmd, int len, int flag) in run_command_list() 176 void cli_secure_boot_cmd(const char *cmd) in cli_secure_boot_cmd()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc.c | 87 void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd) in mmmc_trace_before_send() 93 void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, int ret) in mmmc_trace_after_send() 145 void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd) in mmc_trace_state() 155 int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) in mmc_send_cmd() 169 struct mmc_cmd cmd; in mmc_send_status() local 213 struct mmc_cmd cmd; in mmc_set_blocklen() local 227 struct mmc_cmd cmd = {0}; in mmc_set_blockcount() local 241 struct mmc_cmd cmd; in mmc_read_blocks() local 283 struct mmc_cmd cmd; in mmc_read_blocks_prepare() local 495 struct mmc_cmd cmd; in mmc_go_idle() local [all …]
|
| H A D | mmc_private.h | 93 static inline void mmmc_trace_before_send(struct mmc *mmc, struct mmc_cmd *cmd) in mmmc_trace_before_send() 97 static inline void mmmc_trace_after_send(struct mmc *mmc, struct mmc_cmd *cmd, in mmmc_trace_after_send() 102 static inline void mmc_trace_state(struct mmc *mmc, struct mmc_cmd *cmd) in mmc_trace_state()
|
| H A D | arm_pl180_mmci.c | 22 static int wait_for_command_end(struct mmc *dev, struct mmc_cmd *cmd) in wait_for_command_end() 62 static int do_command(struct mmc *dev, struct mmc_cmd *cmd) in do_command() 209 struct mmc_cmd *cmd, in do_data_transfer() 255 struct mmc_cmd *cmd, in host_request()
|
| H A D | sh_mmcif.c | 310 struct mmc_cmd *cmd) in sh_mmcif_get_response() 325 struct mmc_cmd *cmd) in sh_mmcif_get_cmd12response() 331 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_set_cmd() 429 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_start_cmd() 513 static int sh_mmcif_request(struct mmc *mmc, struct mmc_cmd *cmd, in sh_mmcif_request()
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | scu.c | 25 u32 cmd; member 48 static void scu_ipc_send_command(struct ipc_regs *regs, u32 cmd) in scu_ipc_send_command() 86 static int scu_ipc_cmd(struct ipc_regs *regs, u32 cmd, u32 sub, in scu_ipc_cmd() 117 int scu_ipc_simple_command(u32 cmd, u32 sub) in scu_ipc_simple_command() 133 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_command()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | script_update.c | 114 char cmd[128]; in do_sd_update() local 161 char cmd[128]; in do_usb_update() local 217 char cmd[128]; in do_tftp_update() local
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | ethtool.h | 20 __u32 cmd; member 56 __u32 cmd; member 81 __u32 cmd; member 89 __u32 cmd; member 95 __u32 cmd; member 103 __u32 cmd; member 112 __u32 cmd; /* ETHTOOL_{G,S}COALESCE */ member 208 __u32 cmd; /* ETHTOOL_{G,S}RINGPARAM */ member 230 __u32 cmd; /* ETHTOOL_{G,S}PAUSEPARAM */ member 258 __u32 cmd; /* ETHTOOL_GSTRINGS */ member [all …]
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | scf0403_lcd.c | 22 u16 cmd; member 28 struct scf0403_cmd cmd; member 156 u16 cmd = 0x04; in scf0403_spi_read_rddid() local 190 static int scf0403_spi_transfer(struct spi_slave *spi, struct scf0403_cmd *cmd) in scf0403_spi_transfer()
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_utils.py | 156 def run_and_log(u_boot_console, cmd, ignore_errors=False): argument 179 def run_and_log_expect_exception(u_boot_console, cmd, retcode, msg): argument
|