Deleted Added
full compact
s3c2440reg.h (236990) s3c2440reg.h (272103)
1/*-
2 * Copyright (C) 2009 Andrew Turner
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (C) 2009 Andrew Turner
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

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

--- 62 unchanged lines hidden ---
40
41/*
42 * Memory Map
43 */
44#define S3C2440_BANK_SIZE 0x08000000
45#define S3C2440_BANK_START(n) (S3C2410_BANK_SIZE*(n))
46#define S3C2440_SDRAM_START S3C2410_BANK_START(6)
47

--- 62 unchanged lines hidden ---