The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/media/renesas,fcp.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Renesas R-Car Frame Compression Processor (FCP)
    2 -----------------------------------------------
    3 
    4 The FCP is a companion module of video processing modules in the Renesas R-Car
    5 Gen3 and RZ/G2 SoCs. It provides data compression and decompression, data
    6 caching, and conversion of AXI transactions in order to reduce the memory
    7 bandwidth.
    8 
    9 There are three types of FCP: FCP for Codec (FCPC), FCP for VSP (FCPV) and FCP
   10 for FDP (FCPF). Their configuration and behaviour depend on the module they
   11 are paired with. These DT bindings currently support the FCPV and FCPF.
   12 
   13  - compatible: Must be one or more of the following
   14 
   15    - "renesas,fcpv" for generic compatible 'FCP for VSP'
   16    - "renesas,fcpf" for generic compatible 'FCP for FDP'
   17 
   18  - reg: the register base and size for the device registers
   19  - clocks: Reference to the functional clock
   20 
   21 Optional properties:
   22  - power-domains : power-domain property defined with a power domain specifier
   23                    to respective power domain.
   24 
   25 
   26 Device node example
   27 -------------------
   28 
   29         fcpvd1: fcp@fea2f000 {
   30                 compatible = "renesas,fcpv";
   31                 reg = <0 0xfea2f000 0 0x200>;
   32                 clocks = <&cpg CPG_MOD 602>;
   33                 power-domains = <&sysc R8A7795_PD_A3VP>;
   34         };

Cache object: 35d1d51c13b404383c9c75181553a20e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.