Home
last modified time | relevance | path

Searched refs:chip (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp1026 if (fscanf(file, OPT_NAME "=%s", gOpts.chip) != 1) { in parseChip()
1029 printf("chip: %s\n", gOpts.chip); in parseChip()
1190 fprintf(out, SEC_CHIP "\n" OPT_NAME "=%s\n", gOpts.chip); in printOpts()
1310 strcpy(gOpts.chip, DEF_CHIP); in initOpts()
1491 static inline uint32_t convertChipType(const char* chip) { in convertChipType() argument
1494 memccpy(buffer, chip, '\0', sizeof(buffer)); in convertChipType()
1498 static inline uint32_t getChipType(const char* chip) { in getChipType() argument
1499 printf("chip: %s\n", chip); in getChipType()
1501 if(!chip) { in getChipType()
1504 if (!strcmp(chip, CHIP_RK28)) { in getChipType()
[all …]
H A Dboot_merger.h69 char chip[MAX_LINE_LEN]; member