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/src/arm/exynos-mfc-reserved-memory.dtsi

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 // SPDX-License-Identifier: GPL-2.0
    2 /*
    3  * Samsung's Exynos SoC MFC (Video Codec) reserved memory common definition.
    4  *
    5  * Copyright (c) 2016 Samsung Electronics Co., Ltd
    6  */
    7 
    8 / {
    9         reserved-memory {
   10                 #address-cells = <1>;
   11                 #size-cells = <1>;
   12                 ranges;
   13 
   14                 mfc_left: region-mfc-left {
   15                         compatible = "shared-dma-pool";
   16                         no-map;
   17                         size = <0x2400000>;
   18                         alignment = <0x100000>;
   19                 };
   20 
   21                 mfc_right: region-mfc-right {
   22                         compatible = "shared-dma-pool";
   23                         no-map;
   24                         size = <0x800000>;
   25                         alignment = <0x100000>;
   26                 };
   27         };
   28 };
   29 
   30 &mfc {
   31         memory-region = <&mfc_left>, <&mfc_right>;
   32 };

Cache object: 77d9f2ac91d0d19b943a3a513eb5b49d


[ 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.