Lines Matching +full:ixp4xx +full:- +full:timer
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/mach-ixp4xx/include/mach/ixp4xx-regs.h
5 * Register definitions for IXP4xx chipset. This file contains
8 * and machine-name.h.
11 * Copyright (C) 2003-2004 MontaVista Software, Inc.
18 * IXP4xx Linux Memory Map:
29 * 0xC8000000 0x00013000 0xFEF00000 On-Chip Peripherals
44 * Peripheral space, including debug UART. Must be section-aligned so that
45 * it can be used with the low-level debug code.
142 * Constants to make it easy to access Timer Control/Status registers
145 #define IXP4XX_OST1_OFFSET 0x04 /* Timer 1 Timestamp */
146 #define IXP4XX_OSRT1_OFFSET 0x08 /* Timer 1 Reload */
147 #define IXP4XX_OST2_OFFSET 0x0C /* Timer 2 Timestamp */
148 #define IXP4XX_OSRT2_OFFSET 0x10 /* Timer 2 Reload */
149 #define IXP4XX_OSWT_OFFSET 0x14 /* Watchdog Timer */
152 #define IXP4XX_OSST_OFFSET 0x20 /* Timer Status */
155 * Operating System Timer Register Definitions.
171 * Timer register values and bit definitions
300 #define DCMD_LENGTH 0x01fff /* length mask (max = 8K - 1) */
303 /* All IXP4xx CPUs */