Home
last modified time | relevance | path

Searched refs:iep (Results 1 – 25 of 71) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iep2.c356 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 DKconfig61 rockchip iep v2.
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/
H A DCMakeLists.txt3 # 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 DMakefile2 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 DKconfig8 rockchip iep module.
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A DCMakeLists.txt6 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 Dgaccess.c93 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 Dfotg210.c84 setbits_le32(&regs->iep[ep - 1], IEP_RESET); in ep_reset()
86 clrbits_le32(&regs->iep[ep - 1], IEP_RESET); in ep_reset()
88 clrbits_le32(&regs->iep[ep - 1], IEP_STALL); in ep_reset()
154 writel(CFG_EPX_MAX_PACKET_SIZE, &regs->iep[i]); in fotg210_reset()
410 setbits_le32(&regs->iep[id - 1], IEP_STALL); in fotg210_setup()
685 setbits_le32(&regs->iep[ep->id - 1], in fotg210_ep_halt()
693 clrbits_le32(&regs->iep[ep->id - 1], in fotg210_ep_halt()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/
H A DMakefile6 obj-$(CONFIG_IEP) += iep/
H A DKconfig6 source "drivers/video/rockchip/iep/Kconfig"
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A DCMakeLists.txt10 add_subdirectory(iep)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/
H A Drockchip,rk32-iommu.txt11 dbgname = "iep";
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dctl_reg.h93 unsigned long iep : 1; /* Instruction-Execution-Protection */ member
/OK3568_Linux_fs/external/mpp/
H A Dreadme.txt114 | | |----- iep iep user library
120 | | |----- deinter deinterlace function module including pp/iep/rga
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588-pc.dtsi118 &iep {
H A Drk3588-nvr.dtsi156 &iep {
H A Drk3588-vehicle-s66.dtsi126 &iep {
H A Drk3368-android.dtsi181 &iep {
H A Drk3588-vehicle-v20.dtsi158 &iep {
H A Drk3399-linux.dtsi166 &iep {
H A Drk3399-android.dtsi246 &iep {
H A Drk3588-vehicle.dtsi231 &iep {
H A Drk3566-box.dtsi261 &iep {
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-linux.dtsi176 &iep {
/OK3568_Linux_fs/u-boot/include/usb/
H A Dfotg210.h55 uint32_t iep[8]; /* 0x160 - 0x17f: IN Endpoint Register */ member

123