timer_cpulocal.hh (9525:0587c8983d47) timer_cpulocal.hh (9545:508784fad4e5)
1/*
2 * Copyright (c) 2010-2011 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

98
99 /** Number of interrupt to cause/clear */
100 uint32_t intNumTimer;
101 uint32_t intNumWatchdog;
102
103 /** Cpu this timer is attached to */
104 uint32_t cpuNum;
105
1/*
2 * Copyright (c) 2010-2011 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

98
99 /** Number of interrupt to cause/clear */
100 uint32_t intNumTimer;
101 uint32_t intNumWatchdog;
102
103 /** Cpu this timer is attached to */
104 uint32_t cpuNum;
105
106 /** Number of ticks in a clock input */
107 Tick clock;
108
109 /** Control register as specified above */
110 TimerCtrl timerControl;
111 WatchdogCtrl watchdogControl;
112
113 /** If timer has caused an interrupt. This is irrespective of
114 * interrupt enable */
115 bool rawIntTimer;
116 bool rawIntWatchdog;

--- 83 unchanged lines hidden ---
106 /** Control register as specified above */
107 TimerCtrl timerControl;
108 WatchdogCtrl watchdogControl;
109
110 /** If timer has caused an interrupt. This is irrespective of
111 * interrupt enable */
112 bool rawIntTimer;
113 bool rawIntWatchdog;

--- 83 unchanged lines hidden ---