Deleted Added
full compact
s3c24x0reg.h (236990) s3c24x0reg.h (272103)
1/* $NetBSD: s3c24x0reg.h,v 1.7 2004/02/12 03:52:46 bsh Exp $ */
2
3/*-
4 * Copyright (c) 2003 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: s3c24x0reg.h,v 1.7 2004/02/12 03:52:46 bsh Exp $ */
2
3/*-
4 * Copyright (c) 2003 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/s3c24x0reg.h 236990 2012-06-13 04:59:00Z imp $
31 * $FreeBSD: head/sys/arm/samsung/s3c2xx0/s3c24x0reg.h 272103 2014-09-25 11:38:26Z gavin $
32 */
33
34
35/*
36 * Samsung S3C2410X/2400 processor is ARM920T based integrated CPU
37 *
38 * Reference:
39 * S3C2410X User's Manual
40 * S3C2400 User's Manual
41 */
42#ifndef _ARM_S3C2XX0_S3C24X0REG_H_
43#define _ARM_S3C2XX0_S3C24X0REG_H_
44
45/* common definitions for S3C2800, S3C2410 and S3C2440 */
32 */
33
34
35/*
36 * Samsung S3C2410X/2400 processor is ARM920T based integrated CPU
37 *
38 * Reference:
39 * S3C2410X User's Manual
40 * S3C2400 User's Manual
41 */
42#ifndef _ARM_S3C2XX0_S3C24X0REG_H_
43#define _ARM_S3C2XX0_S3C24X0REG_H_
44
45/* common definitions for S3C2800, S3C2410 and S3C2440 */
46#include
46#include <arm/samsung/s3c2xx0/s3c2xx0reg.h>
47
48/*
49 * Map the device registers into kernel space.
50 *
51 * As most devices use less than 1 page of memory reduce
52 * the distance between allocations by right shifting
53 * S3C24X0_DEV_SHIFT bits. Because the UART takes 3*0x4000
54 * bytes the upper limit on S3C24X0_DEV_SHIFT is 4.

--- 664 unchanged lines hidden ---
47
48/*
49 * Map the device registers into kernel space.
50 *
51 * As most devices use less than 1 page of memory reduce
52 * the distance between allocations by right shifting
53 * S3C24X0_DEV_SHIFT bits. Because the UART takes 3*0x4000
54 * bytes the upper limit on S3C24X0_DEV_SHIFT is 4.

--- 664 unchanged lines hidden ---