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/rng/sparc_sun_oracle_rng.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 HWRNG support for the n2_rng driver
    2 
    3 Required properties:
    4 - reg           : base address to sample from
    5 - compatible    : should contain one of the following
    6         RNG versions:
    7         - 'SUNW,n2-rng' for Niagara 2 Platform (SUN UltraSPARC T2 CPU)
    8         - 'SUNW,vf-rng' for Victoria Falls Platform (SUN UltraSPARC T2 Plus CPU)
    9         - 'SUNW,kt-rng' for Rainbow/Yosemite Falls Platform (SUN SPARC T3/T4), (UltraSPARC KT/Niagara 3 - development names)
   10         more recent systems (after Oracle acquisition of SUN)
   11         - 'ORCL,m4-rng' for SPARC T5/M5
   12         - 'ORCL,m7-rng' for SPARC T7/M7
   13 
   14 Examples:
   15 /* linux LDOM on SPARC T5-2 */
   16 Node 0xf029a4f4
   17         .node:  f029a4f4
   18         rng-#units:  00000002
   19         compatible: 'ORCL,m4-rng'
   20         reg:  0000000e
   21         name: 'random-number-generator'
   22 
   23 /* solaris on SPARC M7-8 */
   24 Node 0xf028c08c
   25         rng-#units:  00000003
   26         compatible: 'ORCL,m7-rng'
   27         reg:  0000000e
   28         name:  'random-number-generator'
   29 
   30 PS: see as well prtconfs.git by DaveM

Cache object: 7b9bc41ae35c641957bd15d8743dc89d


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