| /OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-orion.c | 27 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 D | CMakeLists.txt | 6 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 D | CMakeLists.txt | 8 target_link_libraries(${CODEC_JPEGE} mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/ |
| H A D | CMakeLists.txt | 9 target_link_libraries(hal_vepu_common mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/ |
| H A D | CMakeLists.txt | 17 target_link_libraries(${CODEC_MPEG4D} mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/ |
| H A D | CMakeLists.txt | 11 target_link_libraries(hal_vepu541_common mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/ |
| H A D | CMakeLists.txt | 17 target_link_libraries(${CODEC_H263D} mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | CMakeLists.txt | 7 target_link_libraries(mpp_vproc vproc_rga vproc_iep vproc_iep2 mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/ |
| H A D | CMakeLists.txt | 8 target_link_libraries(vproc_rga mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | CMakeLists.txt | 16 target_link_libraries(${CODEC_JPEGD} mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/ |
| H A D | CMakeLists.txt | 12 target_link_libraries(hal_common mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/ |
| H A D | CMakeLists.txt | 14 target_link_libraries(hal_vp9d mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | CMakeLists.txt | 15 target_link_libraries(${CODEC_H265E} mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | CMakeLists.txt | 15 target_link_libraries(${HAL_H265D} vdpu34x_com mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/ |
| H A D | CMakeLists.txt | 21 target_link_libraries(codec_vp8e mpp_base)
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | CMakeLists.txt | 18 target_link_libraries(utils mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/common/ |
| H A D | CMakeLists.txt | 21 target_link_libraries(${DEC_COMMON} mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/ |
| H A D | CMakeLists.txt | 20 target_link_libraries(${HAL_AV1D} mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/ |
| H A D | CMakeLists.txt | 22 target_link_libraries(hal_jpege_vpu hal_vepu_common mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | CMakeLists.txt | 16 target_link_libraries(hal_h264d vdpu34x_com mpp_base mpp_hal)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h265/ |
| H A D | CMakeLists.txt | 22 target_link_libraries(hal_h265e hal_h265e_vepu541 mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | CMakeLists.txt | 22 target_link_libraries(hal_jpegd mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/ |
| H A D | CMakeLists.txt | 23 target_link_libraries(hal_h263d mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | CMakeLists.txt | 24 target_link_libraries(${CODEC_H265D} dec_common mpp_base)
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/ |
| H A D | CMakeLists.txt | 30 target_link_libraries(codec_avsd mpp_base)
|