timer_sp804.hh (9525:0587c8983d47) timer_sp804.hh (9806:3f262c18ad5d)
1/*
2 * Copyright (c) 2010 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

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

44#include "params/Sp804.hh"
45
46/** @file
47 * This implements the dual Sp804 timer block
48 */
49
50class BaseGic;
51
1/*
2 * Copyright (c) 2010 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

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

44#include "params/Sp804.hh"
45
46/** @file
47 * This implements the dual Sp804 timer block
48 */
49
50class BaseGic;
51
52class Sp804 : public AmbaDevice
52class Sp804 : public AmbaPioDevice
53{
54 protected:
55 class Timer
56 {
57
58 public:
59 enum {
60 LoadReg = 0x00,

--- 110 unchanged lines hidden ---
53{
54 protected:
55 class Timer
56 {
57
58 public:
59 enum {
60 LoadReg = 0x00,

--- 110 unchanged lines hidden ---