Home
last modified time | relevance | path

Searched refs:mpp_base (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/
H A Dpinctrl-orion.c27 static void __iomem *mpp_base; variable
37 *config = (readl(mpp_base + off) >> shift) & MVEBU_MPP_MASK; in orion_mpp_ctrl_get()
53 u32 reg = readl(mpp_base + off) & ~(MVEBU_MPP_MASK << shift); in orion_mpp_ctrl_set()
54 writel(reg | (config << shift), mpp_base + off); in orion_mpp_ctrl_set()
226 mpp_base = devm_platform_ioremap_resource(pdev, 0); in orion_pinctrl_probe()
227 if (IS_ERR(mpp_base)) in orion_pinctrl_probe()
228 return PTR_ERR(mpp_base); in orion_pinctrl_probe()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A DCMakeLists.txt6 add_library(mpp_base STATIC target
29 set_target_properties(mpp_base PROPERTIES FOLDER "mpp/base")
31 target_link_libraries(mpp_base osal)
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A DCMakeLists.txt8 target_link_libraries(${CODEC_JPEGE} mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/
H A DCMakeLists.txt9 target_link_libraries(hal_vepu_common mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A DCMakeLists.txt17 target_link_libraries(${CODEC_MPEG4D} mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/
H A DCMakeLists.txt11 target_link_libraries(hal_vepu541_common mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/
H A DCMakeLists.txt17 target_link_libraries(${CODEC_H263D} mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A DCMakeLists.txt7 target_link_libraries(mpp_vproc vproc_rga vproc_iep vproc_iep2 mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/
H A DCMakeLists.txt8 target_link_libraries(vproc_rga mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A DCMakeLists.txt16 target_link_libraries(${CODEC_JPEGD} mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/common/
H A DCMakeLists.txt12 target_link_libraries(hal_common mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A DCMakeLists.txt14 target_link_libraries(hal_vp9d mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A DCMakeLists.txt15 target_link_libraries(${CODEC_H265E} mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A DCMakeLists.txt15 target_link_libraries(${HAL_H265D} vdpu34x_com mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A DCMakeLists.txt21 target_link_libraries(codec_vp8e mpp_base)
/OK3568_Linux_fs/external/mpp/utils/
H A DCMakeLists.txt18 target_link_libraries(utils mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/common/
H A DCMakeLists.txt21 target_link_libraries(${DEC_COMMON} mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A DCMakeLists.txt20 target_link_libraries(${HAL_AV1D} mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A DCMakeLists.txt22 target_link_libraries(hal_jpege_vpu hal_vepu_common mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A DCMakeLists.txt16 target_link_libraries(hal_h264d vdpu34x_com mpp_base mpp_hal)
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h265/
H A DCMakeLists.txt22 target_link_libraries(hal_h265e hal_h265e_vepu541 mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A DCMakeLists.txt22 target_link_libraries(hal_jpegd mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/
H A DCMakeLists.txt23 target_link_libraries(hal_h263d mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A DCMakeLists.txt24 target_link_libraries(${CODEC_H265D} dec_common mpp_base)
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A DCMakeLists.txt30 target_link_libraries(codec_avsd mpp_base)

12