Home
last modified time | relevance | path

Searched full:ipu (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dingenic,ipu.yaml4 $id: http://devicetree.org/schemas/display/ingenic,ipu.yaml#
7 title: Ingenic SoCs Image Processing Unit (IPU)
16 - ingenic,jz4725b-ipu
17 - ingenic,jz4760-ipu
19 - const: ingenic,jz4770-ipu
20 - const: ingenic,jz4760-ipu
32 const: ipu
49 ipu@13080000 {
50 compatible = "ingenic,jz4770-ipu", "ingenic,jz4760-ipu";
57 clock-names = "ipu";
H A Dingenic,lcd.yaml56 description: Link to the Image Processing Unit (IPU).
57 (See ingenic,ipu.yaml).
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,omap-remoteproc.yaml21 The OMAP SoCs usually have a DSP processor sub-system and/or an IPU processor
23 C66x or C67x family of DSP cores as the main execution unit. The IPU processor
45 - ti,omap4-ipu
46 - ti,omap5-ipu
47 - ti,dra7-ipu
108 'reg-names'. These are mandatory for all DSP and IPU
193 - ti,omap4-ipu
194 - ti,omap5-ipu
195 - ti,dra7-ipu
258 //Example 2: OMAP5 IPU
[all...]
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl-imx-drm.txt5 IPU or other display interface nodes that comprise the graphics subsystem.
10 of IPU devices
24 - compatible: Should be "fsl,<chip>-ipu" where <chip> is one of
35 Additional required properties for fsl,imx6qp-ipu:
36 - fsl,prg: phandle to prg node associated with this IPU instance
45 ipu: ipu@18000000 {
48 compatible = "fsl,imx53-ipu";
127 Port 0 is the input port connected to the IPU display interface,
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qp.dtsi95 compatible = "fsl,imx6qp-ipu", "fsl,imx6q-ipu";
100 compatible = "fsl,imx6qp-ipu", "fsl,imx6q-ipu";
H A Dimx53-tx53.dtsi61 ipu = &ipu;
518 &ipu {
H A Dimx53-qsb-common.dtsi332 fsl,hsync-pin = <7>; /* IPU DI1 PIN7 via EIM_OE */
333 fsl,vsync-pin = <8>; /* IPU DI1 PIN8 via EIM_RW */
H A Dimx53.dtsi34 ipu0 = &ipu;
153 ipu: ipu@18000000 { label
156 compatible = "fsl,imx53-ipu";
H A Dimx51.dtsi142 ipu: ipu@40000000 { label
145 compatible = "fsl,imx51-ipu";
/freebsd/sys/contrib/device-tree/Bindings/arm/mediatek/
H A Dmediatek,ipu.txt1 Mediatek IPU controller
4 The Mediatek ipu controller provides various clocks to the system.
15 The ipu controller uses the common clk binding from
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dfsl,imx-src.txt28 IPU, and OpenVG IP modules on i.MX5 and i.MX6 ICs. Those device
36 ipu1: ipu@2400000 {
39 ipu2: ipu@2800000 {
H A Dfsl,imx-src.yaml14 IPU, and OpenVG IP modules on i.MX5 and i.MX6 ICs. Those device
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra74-ipu-dsp-common.dtsi3 * Common IPU and DSP data for TI DRA74x/DRA76x/AM572x/AM574x platforms
6 #include "dra7-ipu-dsp-common.dtsi"
H A Domap5-uevm.dts30 ipu_memory_region: ipu-memory@95800000 {
229 &ipu {
H A Domap5.dtsi40 rproc1 = &ipu;
267 ipu: ipu@55020000 { label
268 compatible = "ti,omap5-ipu";
274 firmware-name = "omap5-ipu-fw.xem4";
H A Ddra7-ipu-dsp-common.dtsi3 * Common IPU and DSP data for TI DRA7xx/AM57xx platforms
H A Domap4.dtsi35 rproc1 = &ipu;
360 ipu: ipu@55020000 { label
361 compatible = "ti,omap4-ipu";
367 firmware-name = "omap4-ipu-fw.xem3";
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dimx.txt14 sensor interface ports of IPU devices
34 to the i.MX IPU CSIs.
/freebsd/sys/contrib/device-tree/src/mips/ingenic/
H A Djz4725b.dtsi343 ipu: ipu@13080000 { label
344 compatible = "ingenic,jz4725b-ipu";
351 clock-names = "ipu";
/freebsd/tests/sys/net/if_ovpn/
H A Ddh.pem4 9nuo+JwQxeSbw0TLiSYoYJZQ8X1CxPl9mgJl277O4cW1Gc8I/bWa+ipU/4K5wv3h
/freebsd/sys/arm/freescale/imx/
H A Dimx6_ipu.c80 device_get_nameunit(_sc->sc_dev), "ipu", MTX_DEF)
1163 if (!ofw_bus_is_compatible(dev, "fsl,imx6q-ipu")) in ipu_probe()
1166 device_set_desc(dev, "Freescale IPU"); in ipu_probe()
1217 device_printf(dev, "failed to reset IPU\n"); in ipu_attach()
1265 DRIVER_MODULE(ipu, simplebus, ipu_driver, 0, 0);
1266 MODULE_VERSION(ipu, 1);
1267 MODULE_DEPEND(ipu, simplebus, 1, 1, 1);
H A Dimx_ccmvar.h57 void imx_ccm_ipu_enable(int ipu);
H A Dimx6_ccm.c442 imx_ccm_ipu_enable(int ipu) in imx_ccm_ipu_enable() argument
449 if (ipu == 1) in imx_ccm_ipu_enable()
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Domap5.h38 /* ipu clocks */
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-imx-sdma.txt52 19 IPU Memory

12