Deleted Added
full compact
mk48txxreg.h (201004) mk48txxreg.h (221957)
1/*-
2 * Copyright (c) 2000 The NetBSD Foundation, Inc.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to The NetBSD Foundation
6 * by Paul Kranenburg.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 * POSSIBILITY OF SUCH DAMAGE.
28 *
29 * $NetBSD: mk48txxreg.h,v 1.10 2008/04/28 20:23:50 martin Exp $
30 *
1/*-
2 * Copyright (c) 2000 The NetBSD Foundation, Inc.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to The NetBSD Foundation
6 * by Paul Kranenburg.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 * POSSIBILITY OF SUCH DAMAGE.
28 *
29 * $NetBSD: mk48txxreg.h,v 1.10 2008/04/28 20:23:50 martin Exp $
30 *
31 * $FreeBSD: head/sys/dev/mk48txx/mk48txxreg.h 201004 2009-12-25 21:41:05Z marius $
31 * $FreeBSD: head/sys/dev/mk48txx/mk48txxreg.h 221957 2011-05-15 13:17:08Z marius $
32 */
33
34/*
35 * Mostek MK48Txx clocks.
36 *
37 * The MK48T02 has 2KB of non-volatile memory. The time-of-day clock
38 * registers start at offset 0x7f8.
39 *

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

147#define MK48T02_CLKOFF 0x7f0
148
149#define MK48T08_CLKSZ 8192
150#define MK48T08_CLKOFF 0x1ff0
151
152#define MK48T18_CLKSZ 8192
153#define MK48T18_CLKOFF 0x1ff0
154
32 */
33
34/*
35 * Mostek MK48Txx clocks.
36 *
37 * The MK48T02 has 2KB of non-volatile memory. The time-of-day clock
38 * registers start at offset 0x7f8.
39 *

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

147#define MK48T02_CLKOFF 0x7f0
148
149#define MK48T08_CLKSZ 8192
150#define MK48T08_CLKOFF 0x1ff0
151
152#define MK48T18_CLKSZ 8192
153#define MK48T18_CLKOFF 0x1ff0
154
155#define MK48T37_CLKSZ 32768
156#define MK48T37_CLKOFF 0x1ff0
157
155#define MK48T59_CLKSZ 8192
156#define MK48T59_CLKOFF 0x1ff0
158#define MK48T59_CLKSZ 8192
159#define MK48T59_CLKOFF 0x1ff0