kmi.hh (9330:4a3269a11230) kmi.hh (9525:0587c8983d47)
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

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

49#define __DEV_ARM_PL050_HH__
50
51#include <list>
52
53#include "base/vnc/vncinput.hh"
54#include "dev/arm/amba_device.hh"
55#include "params/Pl050.hh"
56
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

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

49#define __DEV_ARM_PL050_HH__
50
51#include <list>
52
53#include "base/vnc/vncinput.hh"
54#include "dev/arm/amba_device.hh"
55#include "params/Pl050.hh"
56
57class Gic;
58
59class Pl050 : public AmbaIntDevice, public VncKeyboard, public VncMouse
60{
61 protected:
62 static const int kmiCr = 0x000;
63 static const int kmiStat = 0x004;
64 static const int kmiData = 0x008;
65 static const int kmiClkDiv = 0x00C;
66 static const int kmiISR = 0x010;

--- 100 unchanged lines hidden ---
57class Pl050 : public AmbaIntDevice, public VncKeyboard, public VncMouse
58{
59 protected:
60 static const int kmiCr = 0x000;
61 static const int kmiStat = 0x004;
62 static const int kmiData = 0x008;
63 static const int kmiClkDiv = 0x00C;
64 static const int kmiISR = 0x010;

--- 100 unchanged lines hidden ---