| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | dpni.c | 34 uint16_t *token) in dpni_open() argument 51 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpni_open() 58 uint16_t token) in dpni_close() argument 65 token); in dpni_close() 74 uint16_t *token) in dpni_create() argument 91 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpni_create() 98 uint16_t token) in dpni_destroy() argument 105 token); in dpni_destroy() 113 uint16_t token, in dpni_set_pools() argument 121 token); in dpni_set_pools() [all …]
|
| H A D | dpbp.c | 16 uint16_t *token) in dpbp_open() argument 33 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpbp_open() 40 uint16_t token) in dpbp_close() argument 46 token); in dpbp_close() 55 uint16_t *token) in dpbp_create() argument 73 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpbp_create() 80 uint16_t token) in dpbp_destroy() argument 87 token); in dpbp_destroy() 95 uint16_t token) in dpbp_enable() argument 101 token); in dpbp_enable() [all …]
|
| H A D | dpmac.c | 17 uint16_t *token) in dpmac_open() argument 34 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpmac_open() 41 uint16_t token) in dpmac_close() argument 47 token); in dpmac_close() 56 uint16_t *token) in dpmac_create() argument 73 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpmac_create() 80 uint16_t token) in dpmac_destroy() argument 87 token); in dpmac_destroy() 95 uint16_t token, in dpmac_get_attributes() argument 104 token); in dpmac_get_attributes() [all …]
|
| H A D | dprc.c | 40 uint16_t *token) in dprc_open() argument 56 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dprc_open() 63 uint16_t token) in dprc_close() argument 69 token); in dprc_close() 77 uint16_t token, in dprc_create_container() argument 90 token); in dprc_create_container() 106 uint16_t token, in dprc_destroy_container() argument 114 token); in dprc_destroy_container() 123 uint16_t token, in dprc_reset_container() argument 131 token); in dprc_reset_container() [all …]
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | ublimage.c | 48 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() argument 54 value = strtoul(token, &endptr, 16); in get_cfg_value() 55 if (errno || (token == endptr)) { in get_cfg_value() 57 name, linenr, token); in get_cfg_value() 73 static void parse_cfg_cmd(struct ubl_header *ublhdr, int32_t cmd, char *token, in parse_cfg_cmd() argument 81 "ublimage special boot mode", token); in parse_cfg_cmd() 84 "(%s)\n", name, lineno, token); in parse_cfg_cmd() 92 ublhdr->entry = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 95 ublhdr->pages = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 98 ublhdr->block = get_cfg_value(token, name, lineno); in parse_cfg_cmd() [all …]
|
| H A D | mingw_support.c | 90 char *token; in strtok_r() local 103 token = s; in strtok_r() 104 s = strpbrk (token, delim); in strtok_r() 107 *save_ptr = memchr(token, '\0', strlen(token)); in strtok_r() 113 return token; in strtok_r()
|
| H A D | aisimage.c | 82 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() argument 88 value = strtoul(token, &endptr, 16); in get_cfg_value() 89 if (errno || (token == endptr)) { in get_cfg_value() 91 name, linenr, token); in get_cfg_value() 260 char *token, *saveptr1, *saveptr2; in aisimage_generate() local 297 token = strtok_r(line, "\r\n", &saveptr1); in aisimage_generate() 298 if (token == NULL) in aisimage_generate() 302 line = token; in aisimage_generate() 306 while (token != NULL) { in aisimage_generate() 307 token = strtok_r(line, " \t", &saveptr2); in aisimage_generate() [all …]
|
| H A D | pblimage.c | 91 static void check_get_hexval(char *token) in check_get_hexval() argument 96 if (!sscanf(token, "%x", &hexval)) { in check_get_hexval() 98 lineno, token); in check_get_hexval() 111 char *token, *saveptr1, *saveptr2; in pbl_parser() local 123 token = strtok_r(line, "\r\n", &saveptr1); in pbl_parser() 125 if (token == NULL) in pbl_parser() 127 for (line = token;; line = NULL) { in pbl_parser() 128 token = strtok_r(line, " \t", &saveptr2); in pbl_parser() 129 if (token == NULL) in pbl_parser() 132 if (token[0] == '#') in pbl_parser() [all …]
|
| H A D | atmelimage.c | 56 static int atmel_find_pmecc_parameter_in_token(const char *token) in atmel_find_pmecc_parameter_in_token() argument 61 debug("token: '%s'\n", token); in atmel_find_pmecc_parameter_in_token() 64 if (strncmp(token, configs[pos], strlen(configs[pos])) == 0) { in atmel_find_pmecc_parameter_in_token() 65 param = strstr(token, "="); in atmel_find_pmecc_parameter_in_token() 96 pr_err("Could not find parameter in token '%s'\n", token); in atmel_find_pmecc_parameter_in_token() 102 char *token; in atmel_parse_pmecc_params() local 104 token = strtok(txt, ","); in atmel_parse_pmecc_params() 105 while (token != NULL) { in atmel_parse_pmecc_params() 106 if (atmel_find_pmecc_parameter_in_token(token)) in atmel_parse_pmecc_params() 109 token = strtok(NULL, ","); in atmel_parse_pmecc_params()
|
| H A D | imximage.c | 97 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() argument 103 value = strtoul(token, &endptr, 16); in get_cfg_value() 104 if (errno || (token == endptr)) { in get_cfg_value() 106 name, linenr, token); in get_cfg_value() 595 static void parse_cfg_cmd(struct imx_header *imxhdr, int32_t cmd, char *token, in parse_cfg_cmd() argument 603 imximage_version = get_cfg_value(token, name, lineno); in parse_cfg_cmd() 615 "imximage boot option", token); in parse_cfg_cmd() 618 "(%s)\n", name, lineno, token); in parse_cfg_cmd() 624 "imximage boot option", token); in parse_cfg_cmd() 629 name, lineno, token); in parse_cfg_cmd() [all …]
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/ |
| H A D | dpio.c | 14 uint16_t *token) in dpio_open() argument 31 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpio_open() 38 uint16_t token) in dpio_close() argument 45 token); in dpio_close() 54 uint16_t *token) in dpio_create() argument 71 *token = MC_CMD_HDR_READ_TOKEN(cmd.header); in dpio_create() 78 uint16_t token) in dpio_destroy() argument 85 token); in dpio_destroy() 93 uint16_t token) in dpio_enable() argument 100 token); in dpio_enable() [all …]
|
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_dpbp.h | 70 uint16_t *token); 85 uint16_t token); 119 uint16_t *token); 131 uint16_t token); 143 uint16_t token); 155 uint16_t token); 168 uint16_t token, 181 uint16_t token); 217 uint16_t token,
|
| H A D | fsl_dpio.h | 77 uint16_t *token); 89 uint16_t token); 139 uint16_t *token); 151 uint16_t token); 163 uint16_t token); 175 uint16_t token); 187 uint16_t token); 231 uint16_t token,
|
| H A D | fsl_dpmac.h | 120 uint16_t *token); 135 uint16_t token); 211 uint16_t *token); 223 uint16_t token); 272 uint16_t token, 299 uint16_t token, 313 uint16_t token, 348 uint16_t token, 374 uint16_t token, 464 uint16_t token,
|
| H A D | fsl_dpni.h | 583 uint16_t *token); 598 uint16_t token); 779 uint16_t *token); 791 uint16_t token); 828 uint16_t token, 841 uint16_t token); 853 uint16_t token); 866 uint16_t token); 926 uint16_t token, 1007 uint16_t token, [all …]
|
| H A D | fsl_dprc.h | 503 uint16_t *token); 518 uint16_t token); 588 uint16_t token, 617 uint16_t token, 644 uint16_t token, 682 uint16_t token, 696 uint16_t token, 757 uint16_t token, 775 uint16_t token, 818 uint16_t token, [all …]
|
| H A D | fsl_qbman_portal.h | 53 void qbman_pull_desc_set_token(struct qbman_pull_desc *, uint8_t token); 136 void qbman_eq_desc_set_token(struct qbman_eq_desc *, uint8_t token);
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.y | 46 %token <id>T_MAINMENU 47 %token <id>T_MENU 48 %token <id>T_ENDMENU 49 %token <id>T_SOURCE 50 %token <id>T_CHOICE 51 %token <id>T_ENDCHOICE 52 %token <id>T_COMMENT 53 %token <id>T_CONFIG 54 %token <id>T_MENUCONFIG 55 %token <id>T_HELP [all …]
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-parser.y | 59 %token DT_V1 60 %token DT_PLUGIN 61 %token DT_MEMRESERVE 62 %token DT_LSHIFT DT_RSHIFT DT_LE DT_GE DT_EQ DT_NE DT_AND DT_OR 63 %token DT_BITS 64 %token DT_DEL_PROP 65 %token DT_DEL_NODE 66 %token <propnodename> DT_PROPNODENAME 67 %token <integer> DT_LITERAL 68 %token <integer> DT_CHAR_LITERAL [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_simple.c | 178 char *token; /* start of token in cmdbuf */ in cli_simple_run_command() local 230 token = str; in cli_simple_run_command() 237 debug_parser("token: \"%s\"\n", token); in cli_simple_run_command() 240 cli_simple_process_macros(token, finaltoken); in cli_simple_run_command()
|
| /rk3399_rockchip-uboot/drivers/firmware/scmi/ |
| H A D | smt.h | 32 #define SMT_HEADER_TOKEN(token) (((token) << 18) & GENMASK(31, 18)) argument
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | lz4.c | 110 unsigned token; in LZ4_decompress_generic() local 115 token = *ip++; in LZ4_decompress_generic() 116 if ((length=(token>>ML_BITS)) == RUN_MASK) in LZ4_decompress_generic() 157 length = token & ML_MASK; in LZ4_decompress_generic()
|
| /rk3399_rockchip-uboot/board/gdsys/common/ |
| H A D | phy.c | 20 u8 token; member 134 switch (setupcmd->token) { in process_setupcmd() 188 setupcmd[k].token, bus, addr); in process_setup()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pxe.c | 839 struct token { struct 847 static const struct token keywords[] = { argument 901 static char *get_string(char **p, struct token *t, char delim, int lower) in get_string() 952 static void get_keyword(struct token *t) in get_keyword() 970 static void get_token(char **p, struct token *t, enum lex_state state) in get_token() 1034 struct token t; in parse_sliteral() 1054 struct token t; in parse_integer() 1126 struct token t; in parse_menu() 1162 struct token t; in parse_label_menu() 1201 struct token t; in parse_label() [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 311 uint32_t endpt, maxpacket, token, usbsts, qhtoken; in ehci_submit_async() local 436 token = QT_TOKEN_DT(0) | QT_TOKEN_TOTALBYTES(sizeof(*req)) | in ehci_submit_async() 440 qtd[qtd_counter].qt_token = cpu_to_hc32(token); in ehci_submit_async() 491 token = QT_TOKEN_DT(toggle) | in ehci_submit_async() 498 qtd[qtd_counter].qt_token = cpu_to_hc32(token); in ehci_submit_async() 529 token = QT_TOKEN_DT(1) | QT_TOKEN_TOTALBYTES(0) | in ehci_submit_async() 534 qtd[qtd_counter].qt_token = cpu_to_hc32(token); in ehci_submit_async() 579 token = hc32_to_cpu(vtd->qt_token); in ehci_submit_async() 580 if (!(QT_TOKEN_GET_STATUS(token) & QT_TOKEN_STATUS_ACTIVE)) in ehci_submit_async() 604 if (QT_TOKEN_GET_STATUS(token) & QT_TOKEN_STATUS_ACTIVE) in ehci_submit_async() [all …]
|