Deleted Added
full compact
s3c2410reg.h (236990) s3c2410reg.h (272103)
1/* $NetBSD: s3c2410reg.h,v 1.6 2004/02/12 03:52:46 bsh Exp $ */
2
3/*-
4 * Copyright (c) 2003, 2004 Genetec corporation. All rights reserved.
5 * Written by Hiroyuki Bessho for Genetec corporation.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 14 unchanged lines hidden (view full) ---

23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 *
1/* $NetBSD: s3c2410reg.h,v 1.6 2004/02/12 03:52:46 bsh Exp $ */
2
3/*-
4 * Copyright (c) 2003, 2004 Genetec corporation. All rights reserved.
5 * Written by Hiroyuki Bessho for Genetec corporation.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 14 unchanged lines hidden (view full) ---

23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $FreeBSD: head/sys/arm/s3c2xx0/s3c2410reg.h 236990 2012-06-13 04:59:00Z imp $
31 * $FreeBSD: head/sys/arm/samsung/s3c2xx0/s3c2410reg.h 272103 2014-09-25 11:38:26Z gavin $
32 */
33
34
35/*
36 * Samsung S3C2410X processor is ARM920T based integrated CPU
37 *
38 * Reference:
39 * S3C2410X User's Manual
40 */
41#ifndef _ARM_S3C2XX0_S3C2410REG_H_
42#define _ARM_S3C2XX0_S3C2410REG_H_
43
44/* common definitions for S3C2410 and S3C2440 */
32 */
33
34
35/*
36 * Samsung S3C2410X processor is ARM920T based integrated CPU
37 *
38 * Reference:
39 * S3C2410X User's Manual
40 */
41#ifndef _ARM_S3C2XX0_S3C2410REG_H_
42#define _ARM_S3C2XX0_S3C2410REG_H_
43
44/* common definitions for S3C2410 and S3C2440 */
45#include
45#include <arm/samsung/s3c2xx0/s3c24x0reg.h>
46
47/*
48 * Memory Map
49 */
50#define S3C2410_BANK_SIZE 0x08000000
51#define S3C2410_BANK_START(n) (S3C2410_BANK_SIZE*(n))
52#define S3C2410_SDRAM_START S3C2410_BANK_START(6)
53

--- 43 unchanged lines hidden ---
46
47/*
48 * Memory Map
49 */
50#define S3C2410_BANK_SIZE 0x08000000
51#define S3C2410_BANK_START(n) (S3C2410_BANK_SIZE*(n))
52#define S3C2410_SDRAM_START S3C2410_BANK_START(6)
53

--- 43 unchanged lines hidden ---