Home
last modified time | relevance | path

Searched refs:NUM (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_nodes.sh126 NUM=1
131 if [ "${COMPRESSION}" != "none" -a ${NUM} -eq 1 ]; then
135 echo " atf-${NUM} {
152 echo " atf-${NUM} {
166 if [ ${NUM} -eq 2 ]; then
167 LOADABLE_ATF=${LOADABLE_ATF}"\"atf-${NUM}\""
168 elif [ ${NUM} -gt 2 ]; then
169 LOADABLE_ATF=${LOADABLE_ATF}", \"atf-${NUM}\""
171 NUM=`expr ${NUM} + 1`
/rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/
H A Dclock.h61 #define GENERATE_ENUM(NUM, ENUM) ENUM = NUM, argument
62 #define GENERATE_INDX_STR(NUM, STRING) #NUM"\t- "#STRING"\n" argument
/rk3399_rockchip-uboot/scripts/
H A Dbuild-tftp-firmware.sh200 NUM=0
212 NUM=`expr ${NUM} + 1`
213 if [ ${NUM} -lt ${MAX} ]; then
263 NUM=`grep "${LAST_IMG}" update.hdr.dts | wc -l`
264 if [ ${NUM} -lt 3 ]; then
/rk3399_rockchip-uboot/include/
H A Di8042.h66 #define NUM 0x0002 /* numeric lock */ macro
/rk3399_rockchip-uboot/
H A Dmake.sh230 NUM=$(${SCRIPT_FIT} --args $1)
231 if [ ${NUM} -ne 0 ]; then
232 [ ${NUM} -eq 1 ] && ARG_LIST_FIT="${ARG_LIST_FIT} $1"
233 [ ${NUM} -eq 2 ] && ARG_LIST_FIT="${ARG_LIST_FIT} $1 $2"
234 shift ${NUM}
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.tab.c_shipped476 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
533 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
559 /* YYTOKNUM[NUM] -- (External) token number corresponding to the
560 (internal) symbol number NUM (which must be that of a token). */
581 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
582 STATE-NUM. */
608 /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
636 /* YYPGOTO[NTERM-NUM]. */
646 /* YYDEFGOTO[NTERM-NUM]. */
656 /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
[all …]
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.tab.c_shipped463 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
514 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
536 /* YYTOKNUM[NUM] -- (External) token number corresponding to the
537 (internal) symbol number NUM (which must be that of a token). */
558 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
559 STATE-NUM. */
579 /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
601 /* YYPGOTO[NTERM-NUM]. */
609 /* YYDEFGOTO[NTERM-NUM]. */
617 /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
[all …]