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/mips/cavium/dma-engine.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 * DMA Engine.
    2 
    3 The Octeon DMA Engine transfers between the Boot Bus and main memory.
    4 The DMA Engine will be referred to by phandle by any device that is
    5 connected to it.
    6 
    7 Properties:
    8 - compatible: "cavium,octeon-5750-bootbus-dma"
    9 
   10   Compatibility with all cn52XX, cn56XX and cn6XXX SOCs.
   11 
   12 - reg: The base address of the DMA Engine's register bank.
   13 
   14 - interrupts: A single interrupt specifier.
   15 
   16 Example:
   17         dma0: dma-engine@1180000000100 {
   18                 compatible = "cavium,octeon-5750-bootbus-dma";
   19                 reg = <0x11800 0x00000100 0x0 0x8>;
   20                 interrupts = <0 63>;
   21         };

Cache object: f1d6314b0e94126a0cfe1bd0ffe36a31


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