Home
last modified time | relevance | path

Searched refs:NAME (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H A Dbase.h28 #define CNTLR_INIT(NAME, id, CNTLR_S) \
31 unsigned int nr_id = (NR_ ## NAME ## _CHN) * nr_cntlr; \
34 LZ_HARDWARE_LOGE(NAME ## _TAG, "%s: id %d is invalid", __func__, (id)); \
39 LZ_HARDWARE_LOGE(NAME ## _TAG, "%s: id %d, controller has already been initialized", __func__, (id)); \
44 #define CNTLR_READY(NAME, id, CNTLR_S) \
47 unsigned int nr_id = (NR_ ## NAME ## _CHN) * nr_cntlr; \
50 LZ_HARDWARE_LOGE(NAME ## _TAG, "%s: id %d is invalid", __func__, (id)); \
55 LZ_HARDWARE_LOGE(NAME ## _TAG, "%s: id %d, controller has NOT been initialized", __func__, (id)); \
60 #define CNTLR_INIT_M(NAME, id, finit, CNTLR_S, CHN_S) \
64 unsigned int nr_id = (NR_ ## NAME ## _CH
[all...]
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dlibrary.mak4 -include $(SUBDIR)lib$(NAME).version
7 LIBVERSION := $(lib$(NAME)_VERSION)
8 LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
9 LIBMINOR := $(lib$(NAME)_VERSION_MINOR)
10 INCINSTDIR := $(INCDIR)/lib$(NAME)
25 install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig
27 install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static
28 install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared
34 $(LIBOBJS): CPPFLAGS += -DBUILDING_$(NAME)
[all...]
H A Dconfigure_llvm153 --disable-encoder=NAME disable encoder NAME
154 --enable-encoder=NAME enable encoder NAME
156 --disable-decoder=NAME disable decoder NAME
157 --enable-decoder=NAME enable decoder NAME
159 --disable-hwaccel=NAME disable hwaccel NAME
[all...]
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dmkimg130 for NAME in $(fdtget -l ${ITB} /images)
133 NODE="/images/${NAME}"
141 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1
143 touch ${OUT}/${NAME}
156 for NAME in $(fdtget -l ${ITB} /images); do
157 fdtput -t s ${TMP_ITB} /images/${NAME} data "/INCBIN/(${NAME})"
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkimg129 for NAME in $(fdtget -l ${ITB} /images)
132 NODE="/images/${NAME}"
140 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1
142 touch ${OUT}/${NAME}
155 for NAME in $(fdtget -l ${ITB} /images); do
156 fdtput -t s ${TMP_ITB} /images/${NAME} data "/INCBIN/(${NAME})"
/device/board/hihope/dayu210/uboot/
H A Dmake.sh373 NAME=`filt_val "CONFIG_LOADER_INI" .config`
374 if [ ! -z "${NAME}" ]; then
375 INI_LOADER=${RKBIN}/RKBOOT/${NAME}
377 NAME=`filt_val "CONFIG_TRUST_INI" .config`
378 if [ ! -z "${NAME}" ]; then
379 INI_TRUST=${RKBIN}/RKTRUST/${NAME}
597 NAME=`awk -F "," '/'${MCU_IDX}'=/ { printf $1 }' ${INI} | tr -d ' ' | awk -F "=" '{ print $2 }'`
599 cp ${RKBIN}/${NAME} ${MCU_BIN}
615 NAME=`awk -F "," '/'${LOAD_IDX}'=/ { printf $1 }' ${INI} | tr -d ' ' | awk -F "=" '{ print $2 }'`
617 cp ${RKBIN}/${NAME}
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c683 #define COPY_STATE_FN(NAME, COUNT, FIELD, SIZE) \
684 static int copy_##NAME##_state(struct bpf_func_state *dst, const struct bpf_func_state *src) \
702 #define REALLOC_STATE_FN(NAME, COUNT, FIELD, SIZE) \
703 static int realloc_##NAME##_state(struct bpf_func_state *state, int size, bool copy_old) \
706 struct bpf_##NAME##_state *new_##FIELD; \
719 new_##FIELD = kmalloc_array(slot, sizeof(struct bpf_##NAME##_state), GFP_KERNEL); \
/device/soc/rockchip/common/sdk_linux/
H A DMakefile6 NAME = Dare mighty things macro
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c163 #define _R(NAME,MAC,RCR,MASK, JumFrameSz) \
164 { .name = NAME, .mcfg = MAC, .RCR_Cfg = RCR, .RxConfigMask = MASK, .jumbo_frame_sz = JumFrameSz }
[all...]

Completed in 49 milliseconds