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/mips/include/pltfm.h

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 /*-
    2  *      JNPR: pltfm.h,v 1.5.2.1 2007/09/10 05:56:11 girish
    3  * $FreeBSD: releng/8.0/sys/mips/include/pltfm.h 178172 2008-04-13 07:27:37Z imp $
    4  */
    5 
    6 #ifndef _MACHINE_PLTFM_H_
    7 #define _MACHINE_PLTFM_H_
    8 
    9 /*
   10  * This files contains platform-specific definitions.
   11  */
   12 #define SDRAM_ADDR_START        0 /* SDRAM addr space */
   13 #define SDRAM_ADDR_END          (SDRAM_ADDR_START + (1024*0x100000))
   14 #define SDRAM_MEM_SIZE          (SDRAM_ADDR_END - SDRAM_ADDR_START)
   15 
   16 #define UART_ADDR_START         0x1ef14000      /* UART */
   17 #define UART_ADDR_END           0x1ef14fff
   18 #define UART_MEM_SIZE           (UART_ADDR_END-UART_ADDR_START)
   19 
   20 /*
   21  * NS16550 UART address
   22  */
   23 #ifdef ADDR_NS16550_UART1
   24 #undef ADDR_NS16550_UART1
   25 #endif
   26 #define ADDR_NS16550_UART1      0x1ef14000      /* UART */
   27 #define VADDR_NS16550_UART1     0xbef14000      /* UART */
   28 
   29 #endif /* !_MACHINE_PLTFM_H_ */

Cache object: 5c384275d24f0b476542e9a8da548402


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