| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_iep2.c | 356 struct iep2_dev *iep = to_iep2_dev(mpp); in iep2_config() local 453 mpp_write_relaxed(mpp, IEP2_REG_ROI_ADDR, (u32)iep->roi.iova); in iep2_config() 645 struct iep2_dev *iep = to_iep2_dev(mpp); in iep2_isr() local 650 dev_err(iep->mpp.dev, "no current task\n"); in iep2_isr() 770 struct iep2_dev *iep = to_iep2_dev(mpp); in iep2_procfs_remove() local 772 if (iep->procfs) { in iep2_procfs_remove() 773 proc_remove(iep->procfs); in iep2_procfs_remove() 774 iep->procfs = NULL; in iep2_procfs_remove() 782 struct iep2_dev *iep = to_iep2_dev(mpp); in iep2_procfs_init() local 784 iep->procfs = proc_mkdir(mpp->dev->of_node->name, mpp->srv->procfs); in iep2_procfs_init() [all …]
|
| H A D | Kconfig | 61 rockchip iep v2.
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/ |
| H A D | CMakeLists.txt | 3 # mpp/vproc/iep built-in unit test case 5 # iep unit test 6 option(IEP_TEST "Build base iep unit test" ${BUILD_TEST}) 9 set_target_properties(iep_test PROPERTIES FOLDER "mpp/vproc/iep")
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/ |
| H A D | Makefile | 2 iep-y += hw_iep_reg.o iep_drv.o iep_iommu_ops.o 3 iep-$(CONFIG_DRM) += iep_iommu_drm.o 4 obj-$(CONFIG_IEP) += iep.o
|
| H A D | Kconfig | 8 rockchip iep module.
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/ |
| H A D | CMakeLists.txt | 6 add_library(vproc_iep STATIC iep.cpp) 7 set_target_properties(vproc_iep PROPERTIES FOLDER "mpp/vproc/iep")
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | gaccess.c | 93 unsigned long iep: 1; /* Instruction-Execution-Protection */ member 135 unsigned long iep: 1; /* Instruction-Execution-Protection */ member 172 unsigned long iep: 1; /* Instruction-Execution-Protection */ member 625 int edat1, edat2, iep; in guest_translate() local 630 iep = ctlreg0.iep && test_kvm_facility(vcpu->kvm, 130); in guest_translate() 714 iep_protection = rtte.fc1.iep; in guest_translate() 742 iep_protection = ste.fc1.iep; in guest_translate() 759 iep_protection = pte.iep; in guest_translate() 768 if (mode == GACC_IFETCH && iep_protection && iep) { in guest_translate()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | fotg210.c | 84 setbits_le32(®s->iep[ep - 1], IEP_RESET); in ep_reset() 86 clrbits_le32(®s->iep[ep - 1], IEP_RESET); in ep_reset() 88 clrbits_le32(®s->iep[ep - 1], IEP_STALL); in ep_reset() 154 writel(CFG_EPX_MAX_PACKET_SIZE, ®s->iep[i]); in fotg210_reset() 410 setbits_le32(®s->iep[id - 1], IEP_STALL); in fotg210_setup() 685 setbits_le32(®s->iep[ep->id - 1], in fotg210_ep_halt() 693 clrbits_le32(®s->iep[ep->id - 1], in fotg210_ep_halt()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/ |
| H A D | Makefile | 6 obj-$(CONFIG_IEP) += iep/
|
| H A D | Kconfig | 6 source "drivers/video/rockchip/iep/Kconfig"
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | CMakeLists.txt | 10 add_subdirectory(iep)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/ |
| H A D | rockchip,rk32-iommu.txt | 11 dbgname = "iep";
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ctl_reg.h | 93 unsigned long iep : 1; /* Instruction-Execution-Protection */ member
|
| /OK3568_Linux_fs/external/mpp/ |
| H A D | readme.txt | 114 | | |----- iep iep user library 120 | | |----- deinter deinterlace function module including pp/iep/rga
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-pc.dtsi | 118 &iep {
|
| H A D | rk3588-nvr.dtsi | 156 &iep {
|
| H A D | rk3588-vehicle-s66.dtsi | 126 &iep {
|
| H A D | rk3368-android.dtsi | 181 &iep {
|
| H A D | rk3588-vehicle-v20.dtsi | 158 &iep {
|
| H A D | rk3399-linux.dtsi | 166 &iep {
|
| H A D | rk3399-android.dtsi | 246 &iep {
|
| H A D | rk3588-vehicle.dtsi | 231 &iep {
|
| H A D | rk3566-box.dtsi | 261 &iep {
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3288-linux.dtsi | 176 &iep {
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | fotg210.h | 55 uint32_t iep[8]; /* 0x160 - 0x17f: IN Endpoint Register */ member
|